///// For Change the Product Color in Product.asp 

function changeimg()
{
document.frm.action = 'product.asp';
document.frm.submit();
//document.form1.viewColours.value 
}


function changeimg1()
{
document.frm.action = 'productacc.asp';
document.frm.submit();
//document.form1.viewColours.value 
}

/////////////////////////