function openWin1() {
msg=window.open("colorcode1.html","1","height=250,width=400,left=0,top=25,status=no,menubar=no,resizable=yes,scrollbars=yes,title=no,location=no");
}

function openWin2() {
msg=window.open("colorcode2.html","2","height=600,width=400,left=0,top=25,status=no,menubar=no,resizable=yes,scrollbars=yes,location=no");
}

function openWin3() {
msg=window.open("colorcode3.html","3","height=600,width=400,left=0,top=25,status=no,menubar=no,resizable=yes,scrollbars=yes,location=no");
}

function openWin4() {
msg=window.open("colorcode4.html","4","height=600,width=400,left=0,top=25,status=no,menubar=no,resizable=yes,scrollbars=yes,location=no");
}

function openWin5() {
msg=window.open("colorcode5.html","5","height=350,width=400,left=0,top=25,status=no,menubar=no,resizable=yes,scrollbars=yes,location=no");
}

function openWin6() {
msg=window.open("colorcode_ribbon.html","6","height=420,width=400,left=0,top=25,status=no,menubar=no,resizable=yes,scrollbars=yes,title=no,location=no");
}

function openWincandle() {
msg=window.open("colorcode_candle.html","candle","height=300,width=400,left=0,top=25,status=no,menubar=no,resizable=yes,scrollbars=yes,location=no");
}

function openWin7() {
msg=window.open("krystalheart.html","7","height=350,width=500,left=0,top=25,status=no,menubar=no,resizable=yes,scrollbars=yes,location=no");
}

function ProductInfo(id) {
msg=window.open("product5445.html?id=" + id,"","height=305,width=650,left=0,top=25,status=no,menubar=no,resizable=yes,scrollbars=yes,location=no");
}

function surfto(form, elname) {
        var myindex=form.select1.selectedIndex;
        if (form.select1.options[myindex].value != "0") 
			{
				location.href = form.select1.options[myindex].value;
			}
}

function surfto2(form, elname) {
        var myindex=form.select2.selectedIndex;
        if (form.select2.options[myindex].value != "0") 
			{
				location.href = form.select2.options[myindex].value;
			}
}
