//shirt color

$(function(){
	
$("#bodyColor li:nth-child(1)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#ffffff"));
return false;
});

$("#bodyColor li:nth-child(2)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#253A57"));
return false;
});

$("#bodyColor li:nth-child(3)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#000000"));
return false;
});

$("#bodyColor li:nth-child(4)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#F0F0F0"));
return false;
});

$("#bodyColor li:nth-child(5)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#C5C8CD"));
return false;
});

$("#bodyColor li:nth-child(6)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#959597"));
return false;
});


$("#bodyColor li:nth-child(8)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#5C5A5D"));
return false;
});

$("#bodyColor li:nth-child(9)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#4A4A4C"));
return false;
});

$("#bodyColor li:nth-child(10)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#F8F5E4"));
return false;
});

$("#bodyColor li:nth-child(11)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#DBD2C3"));
return false;
});

$("#bodyColor li:nth-child(12)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#A59F7D"));
return false;
});

$("#bodyColor li:nth-child(13)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#5E4735"));
return false;
});

$("#bodyColor li:nth-child(14)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#6D393D"));
return false;
});

$("#bodyColor li:nth-child(15)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#603757"));
return false;
});

$("#bodyColor li:nth-child(16)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#25485C"));
return false;
});

$("#bodyColor li:nth-child(17)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#284169"));
return false;
});

$("#bodyColor li:nth-child(18)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#2E365D"));
return false;
});

$("#bodyColor li:nth-child(19)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#525D3F"));
return false;
});

$("#bodyColor li:nth-child(20)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#295146"));
return false;
});

$("#bodyColor li:nth-child(21)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#EAE2B1"));
return false;
});

$("#bodyColor li:nth-child(22)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#FFF385"));
return false;
});

$("#bodyColor li:nth-child(23)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#FAE0ED"));
return false;
});

$("#bodyColor li:nth-child(24)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#E2BEBE"));
return false;
});

$("#bodyColor li:nth-child(25)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#F8C6BD"));
return false;
});

$("#bodyColor li:nth-child(26)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#E2BEC8"));
return false;
});

$("#bodyColor li:nth-child(27)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#B6E3FA"));
return false;
});

$("#bodyColor li:nth-child(28)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#7DB1D9"));
return false;
});

$("#bodyColor li:nth-child(29)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#C6E4CA"));
return false;
});

$("#bodyColor li:nth-child(30)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#77C7BC"));
return false;
});

$("#bodyColor li:nth-child(31)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#F4CE5F"));
return false;
});

$("#bodyColor li:nth-child(32)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#FAAF30"));
return false;
});

$("#bodyColor li:nth-child(33)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#D71D42"));
return false;
});

$("#bodyColor li:nth-child(34)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#F3BED8"));
return false;
});

$("#bodyColor li:nth-child(35)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#BD85B6"));
return false;
});

$("#bodyColor li:nth-child(36)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#84CEDB"));
return false;
});

$("#bodyColor li:nth-child(37)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#D7E170"));
return false;
});

$("#bodyColor li:nth-child(38)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#28A959"));
return false;
});

$("#bodyColor li:nth-child(39)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#FEEB47"));
return false;
});

$("#bodyColor li:nth-child(40)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#F38814"));
return false;
});

$("#bodyColor li:nth-child(41)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#DD4B1A"));
return false;
});

$("#bodyColor li:nth-child(42)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#CE1733"));
return false;
});

$("#bodyColor li:nth-child(43)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#DB4E83"));
return false;
});

$("#bodyColor li:nth-child(44)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#704C92"));
return false;
});

$("#bodyColor li:nth-child(45)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#195DA8"));
return false;
});

$("#bodyColor li:nth-child(46)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#06A5BA"));
return false;
});

$("#bodyColor li:nth-child(47)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#008085"));
return false;
});

$("#bodyColor li:nth-child(48)").click(function(){
$("#main").attr($("#main").css("backgroundColor", "#008556"));
return false;
});


//shirt text

$("#bodyColor li:nth-child(1)").mousedown(function(){
var str = $("#bodyColor li:nth-child(1)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(2)").mousedown(function(){
var str = $("#bodyColor li:nth-child(2)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(3)").mousedown(function(){
var str = $("#bodyColor li:nth-child(3)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(4)").mousedown(function(){
var str = $("#bodyColor li:nth-child(4)").text();
$("#bodyName").text(str);
return false;
});


$("#bodyColor li:nth-child(5)").mousedown(function(){
var str = $("#bodyColor li:nth-child(5)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(6)").mousedown(function(){
var str = $("#bodyColor li:nth-child(6)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(7)").mousedown(function(){
var str = $("#bodyColor li:nth-child(7)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(8)").mousedown(function(){
var str = $("#bodyColor li:nth-child(8)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(9)").mousedown(function(){
var str = $("#bodyColor li:nth-child(9)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(10)").mousedown(function(){
var str = $("#bodyColor li:nth-child(10)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(11)").mousedown(function(){
var str = $("#bodyColor li:nth-child(11)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(12)").mousedown(function(){
var str = $("#bodyColor li:nth-child(12)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(13)").mousedown(function(){
var str = $("#bodyColor li:nth-child(13)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(14)").mousedown(function(){
var str = $("#bodyColor li:nth-child(14)").text();
$("#bodyName").text(str);
return false;
});


$("#bodyColor li:nth-child(15)").mousedown(function(){
var str = $("#bodyColor li:nth-child(15)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(16)").mousedown(function(){
var str = $("#bodyColor li:nth-child(16)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(17)").mousedown(function(){
var str = $("#bodyColor li:nth-child(17)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(18)").mousedown(function(){
var str = $("#bodyColor li:nth-child(18)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(19)").mousedown(function(){
var str = $("#bodyColor li:nth-child(19)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(20)").mousedown(function(){
var str = $("#bodyColor li:nth-child(20)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(21)").mousedown(function(){
var str = $("#bodyColor li:nth-child(21)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(22)").mousedown(function(){
var str = $("#bodyColor li:nth-child(22)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(23)").mousedown(function(){
var str = $("#bodyColor li:nth-child(23)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(24)").mousedown(function(){
var str = $("#bodyColor li:nth-child(24)").text();
$("#bodyName").text(str);
return false;
});


$("#bodyColor li:nth-child(25)").mousedown(function(){
var str = $("#bodyColor li:nth-child(25)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(26)").mousedown(function(){
var str = $("#bodyColor li:nth-child(26)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(27)").mousedown(function(){
var str = $("#bodyColor li:nth-child(27)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(28)").mousedown(function(){
var str = $("#bodyColor li:nth-child(28)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(29)").mousedown(function(){
var str = $("#bodyColor li:nth-child(29)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(30)").mousedown(function(){
var str = $("#bodyColor li:nth-child(30)").text();
$("#bodyName").text(str);
return false;
});


$("#bodyColor li:nth-child(31)").mousedown(function(){
var str = $("#bodyColor li:nth-child(31)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(32)").mousedown(function(){
var str = $("#bodyColor li:nth-child(32)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(33)").mousedown(function(){
var str = $("#bodyColor li:nth-child(33)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(34)").mousedown(function(){
var str = $("#bodyColor li:nth-child(34)").text();
$("#bodyName").text(str);
return false;
});


$("#bodyColor li:nth-child(35)").mousedown(function(){
var str = $("#bodyColor li:nth-child(35)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(36)").mousedown(function(){
var str = $("#bodyColor li:nth-child(36)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(37)").mousedown(function(){
var str = $("#bodyColor li:nth-child(37)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(38)").mousedown(function(){
var str = $("#bodyColor li:nth-child(38)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(39)").mousedown(function(){
var str = $("#bodyColor li:nth-child(39)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(40)").mousedown(function(){
var str = $("#bodyColor li:nth-child(40)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(41)").mousedown(function(){
var str = $("#bodyColor li:nth-child(41)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(42)").mousedown(function(){
var str = $("#bodyColor li:nth-child(42)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(43)").mousedown(function(){
var str = $("#bodyColor li:nth-child(43)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(44)").mousedown(function(){
var str = $("#bodyColor li:nth-child(44)").text();
$("#bodyName").text(str);
return false;
});


$("#bodyColor li:nth-child(45)").mousedown(function(){
var str = $("#bodyColor li:nth-child(45)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(46)").mousedown(function(){
var str = $("#bodyColor li:nth-child(46)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(47)").mousedown(function(){
var str = $("#bodyColor li:nth-child(47)").text();
$("#bodyName").text(str);
return false;
});

$("#bodyColor li:nth-child(48)").mousedown(function(){
var str = $("#bodyColor li:nth-child(48)").text();
$("#bodyName").text(str);
return false;
});


});



//print color

$(function(){

$("#printColor li").click(function(){
$("#pointImage img").attr("src",$("a",this).attr("href"));
return false;
});

});

$(function(){

$("#printColorGlSl li").click(function(){
$("#pointImage img").attr("src",$("a",this).attr("href"));
return false;
});

});


$(function(){

$("#printColorNeon li").click(function(){
$("#pointImage img").attr("src",$("a",this).attr("href"));
return false;
});

});


//print text
$(function(){

$("#printColor li:nth-child(1)").mousedown(function(){
var str2 = $("#printColor li:nth-child(1)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(2)").mousedown(function(){
var str2 = $("#printColor li:nth-child(2)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(3)").mousedown(function(){
var str2 = $("#printColor li:nth-child(3)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(4)").mousedown(function(){
var str2 = $("#printColor li:nth-child(4)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(5)").mousedown(function(){
var str2 = $("#printColor li:nth-child(5)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(6)").mousedown(function(){
var str2 = $("#printColor li:nth-child(6)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(7)").mousedown(function(){
var str2 = $("#printColor li:nth-child(7)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(8)").mousedown(function(){
var str2 = $("#printColor li:nth-child(8)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(9)").mousedown(function(){
var str2 = $("#printColor li:nth-child(9)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(10)").mousedown(function(){
var str2 = $("#printColor li:nth-child(10)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(11)").mousedown(function(){
var str2 = $("#printColor li:nth-child(11)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(12)").mousedown(function(){
var str2 = $("#printColor li:nth-child(12)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(13)").mousedown(function(){
var str2 = $("#printColor li:nth-child(13)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(14)").mousedown(function(){
var str2 = $("#printColor li:nth-child(14)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(15)").mousedown(function(){
var str2 = $("#printColor li:nth-child(15)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(16)").mousedown(function(){
var str2 = $("#printColor li:nth-child(16)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(17)").mousedown(function(){
var str2 = $("#printColor li:nth-child(17)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(18)").mousedown(function(){
var str2 = $("#printColor li:nth-child(18)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(19)").mousedown(function(){
var str2 = $("#printColor li:nth-child(19)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(20)").mousedown(function(){
var str2 = $("#printColor li:nth-child(20)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(21)").mousedown(function(){
var str2 = $("#printColor li:nth-child(21)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(22)").mousedown(function(){
var str2 = $("#printColor li:nth-child(22)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(23)").mousedown(function(){
var str2 = $("#printColor li:nth-child(23)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(24)").mousedown(function(){
var str2 = $("#printColor li:nth-child(24)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(25)").mousedown(function(){
var str2 = $("#printColor li:nth-child(25)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(26)").mousedown(function(){
var str2 = $("#printColor li:nth-child(26)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(27)").mousedown(function(){
var str2 = $("#printColor li:nth-child(27)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(28)").mousedown(function(){
var str2 = $("#printColor li:nth-child(28)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(29)").mousedown(function(){
var str2 = $("#printColor li:nth-child(29)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(30)").mousedown(function(){
var str2 = $("#printColor li:nth-child(30)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(31)").mousedown(function(){
var str2 = $("#printColor li:nth-child(31)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(32)").mousedown(function(){
var str2 = $("#printColor li:nth-child(32)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(33)").mousedown(function(){
var str2 = $("#printColor li:nth-child(33)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(34)").mousedown(function(){
var str2 = $("#printColor li:nth-child(34)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(35)").mousedown(function(){
var str2 = $("#printColor li:nth-child(35)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(36)").mousedown(function(){
var str2 = $("#printColor li:nth-child(36)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(37)").mousedown(function(){
var str2 = $("#printColor li:nth-child(37)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(38)").mousedown(function(){
var str2 = $("#printColor li:nth-child(38)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(39)").mousedown(function(){
var str2 = $("#printColor li:nth-child(39)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(40)").mousedown(function(){
var str2 = $("#printColor li:nth-child(40)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(41)").mousedown(function(){
var str2 = $("#printColor li:nth-child(41)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(42)").mousedown(function(){
var str2 = $("#printColor li:nth-child(42)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(43)").mousedown(function(){
var str2 = $("#printColor li:nth-child(43)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(44)").mousedown(function(){
var str2 = $("#printColor li:nth-child(44)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(45)").mousedown(function(){
var str2 = $("#printColor li:nth-child(45)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(46)").mousedown(function(){
var str2 = $("#printColor li:nth-child(46)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(47)").mousedown(function(){
var str2 = $("#printColor li:nth-child(47)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(48)").mousedown(function(){
var str2 = $("#printColor li:nth-child(48)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(49)").mousedown(function(){
var str2 = $("#printColor li:nth-child(49)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(50)").mousedown(function(){
var str2 = $("#printColor li:nth-child(50)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(51)").mousedown(function(){
var str2 = $("#printColor li:nth-child(51)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(52)").mousedown(function(){
var str2 = $("#printColor li:nth-child(52)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(53)").mousedown(function(){
var str2 = $("#printColor li:nth-child(53)").text();
$("#printName").text(str2);
return false;
});

$("#printColor li:nth-child(54)").mousedown(function(){
var str2 = $("#printColor li:nth-child(54)").text();
$("#printName").text(str2);
return false;
});

});



$(function(){

$("#printColorGlSl li:nth-child(1)").mousedown(function(){
var str3 = $("#printColorGlSl li:nth-child(1)").text();
$("#printName").text(str3);
return false;
});

$("#printColorGlSl li:nth-child(2)").mousedown(function(){
var str3 = $("#printColorGlSl li:nth-child(2)").text();
$("#printName").text(str3);
return false;
});

});



$(function(){

$("#printColorNeon li:nth-child(1)").mousedown(function(){
var str3 = $("#printColorNeon li:nth-child(1)").text();
$("#printName").text(str3);
return false;
});

$("#printColorNeon li:nth-child(2)").mousedown(function(){
var str3 = $("#printColorNeon li:nth-child(2)").text();
$("#printName").text(str3);
return false;
});

$("#printColorNeon li:nth-child(3)").mousedown(function(){
var str3 = $("#printColorNeon li:nth-child(3)").text();
$("#printName").text(str3);
return false;
});

$("#printColorNeon li:nth-child(4)").mousedown(function(){
var str3 = $("#printColorNeon li:nth-child(4)").text();
$("#printName").text(str3);
return false;
});

$("#printColorNeon li:nth-child(5)").mousedown(function(){
var str3 = $("#printColorNeon li:nth-child(5)").text();
$("#printName").text(str3);
return false;
});

$("#printColorNeon li:nth-child(6)").mousedown(function(){
var str3 = $("#printColorNeon li:nth-child(6)").text();
$("#printName").text(str3);
return false;
});

});

//line
$(function(){

$("#bodyColor .deep").mousedown(function(){
var line = $("#bodyColor .deep a").attr("href");
$("#bodyImage img").attr("src",line);
return false;
});

$("#bodyColor .light").mousedown(function(){
var line = $("#bodyColor .light a").attr("href");
$("#bodyImage img").attr("src",line);
return false;
});

});


