function clearproductsplash(t){
    document.getElementById('productsplashinfo').innerHTML='';
}
function productsplash(t,mycode){
        var nan = new String(navigator.appName)
            nan = nan.toLowerCase();
            if(nan.indexOf('microsoft')!=-1){
                var x = 325
                var y = 287
                var x1 = "40"
                var y1 = "52"
            }else{
                var x = 325
                var y = 287
                var x1 = "40"
                var y1 = "52"
            }
        var popupheight = t.height;
            popupheight = popupheight + 20;
        mycode = '<div style="position:absolute;z-index:110;background-color:#ffffff;top:'+y+';z-index:30;margin-left:'+x+';"><div class=splashpopup><div class=\"splashpopupboxcontent popuptext\" style=\"min-height:'+popupheight+';_height:'+popupheight+';\" id=viewcontents>'+mycode+'</div></div></div>'
        document.getElementById('productsplashinfo').innerHTML=mycode; 
}