// JavaScript Document

function ksblue(){
document.write('10.49');
}
function ksgray(){
document.write('10.99');
}
function ksgreen(){
document.write('11.49');
}
function ksyellow(){
document.write('11.99');
}
function kspurple(){
document.write('12.49');
}
function ksorange(){
document.write('13.99');
}
function kswhite(){
document.write('14.49');
}
function kspink(){
document.write('14.99');
}

function ksbluediscount(){
document.write('8.39');
}
function ksgraydiscount(){
document.write('8.79');
}
function ksgreendiscount(){
document.write('9.19');
}
function ksyellowdiscount(){
document.write('9.59');
}
function kspurplediscount(){
document.write('9.99');
}
function ksorangediscount(){
document.write('11.19');
}
function kswhitediscount(){
document.write('11.59');
}
function kspinkdiscount(){
document.write('11.99');
}

function ksbluecart(){
			document.write("<select name='op4' size='1'>");
			for (var y = '10.49'; y <= '10.49'; y+="0"){
			document.write("<option value=" + y + ">"+ y + "</option>");}
			document.write("</select>");
}
function ksgraycart(){
			document.write("<select name='op4' size='1'>");
			for (var y = '10.99'; y <= '10.99'; y+="0"){
			document.write("<option value=" + y + ">"+ y + "</option>");}
			document.write("</select>");
}
function ksgreencart(){
			document.write("<select name='op4' size='1'>");
			for (var y = '11.49'; y <= '11.49'; y+="0"){
			document.write("<option value=" + y + ">"+ y + "</option>");}
			document.write("</select>");
}
function ksyellowcart(){
			document.write("<select name='op4' size='1'>");
			for (var y = '11.99'; y <= '11.99'; y+="0"){
			document.write("<option value=" + y + ">"+ y + "</option>");}
			document.write("</select>");
}
function kspurplecart(){
			document.write("<select name='op4' size='1'>");
			for (var y = '12.49'; y <= '12.49'; y+="0"){
			document.write("<option value=" + y + ">"+ y + "</option>");}
			document.write("</select>");
}
function ksorangecart(){
			document.write("<select name='op4' size='1'>");
			for (var y = '13.99'; y <= '13.99'; y+="0"){
			document.write("<option value=" + y + ">"+ y + "</option>");}
			document.write("</select>");
}
function kswhitecart(){
			document.write("<select name='op4' size='1'>");
			for (var y = '14.49'; y <= '14.49'; y+="0"){
			document.write("<option value=" + y + ">"+ y + "</option>");}
			document.write("</select>");
}
function kspinkcart(){
			document.write("<select name='op4' size='1'>");
			for (var y = '14.99'; y <= '14.99'; y+="0"){
			document.write("<option value=" + y + ">"+ y + "</option>");}
			document.write("</select>");
}