function opengallery( code, lang )
{
	if(lang != '' && typeof(lang) != 'undefined')
		window.open("/photogallery.php?photogallerycode="+code+"&changelanguage="+lang, "_blank", "width=650,height=600,scrollbars=no,resizable=no");
	else
		window.open("/photogallery.php?photogallerycode="+code, "_blank", "width=650,height=600,scrollbars=no,resizable=no");
}

function rollover(id){

    var image = document.getElementById("productimage")
    image.src = eval(id.replace('ic','pl')).src
}

function imgswap(img){
    
    var si = eval(img.id.replace("img_",''))
    var t = img.src
    img.src = si.src
    si.src = t
}