document.write('Size: <select name="Size">');
document.write('<option>Please Select</option>');
document.write('<option value="GIRLS\' 14">GIRLS\' 14</option>');
document.write('</select>');
