\n');
}
/********** checking postion *************/
function findPosX(obj)
{
var curleft = 0;
if(obj.offsetParent)
while(1)
{
curleft += obj.offsetLeft;
if(!obj.offsetParent)
break;
obj = obj.offsetParent;
}
else if(obj.x)
curleft += obj.x;
return curleft;
}
function findPosY(obj)
{
var curleft = 0;
if(obj.offsetParent)
while(1)
{
curleft += obj.offsetTop;
if(!obj.offsetParent)
break;
obj = obj.offsetParent;
}
else if(obj.x)
curleft += obj.x;
return curleft;
}
/********** checking postion end here *************/
function pop(){
window.open("upload.aspx","Popup","width=325,height=250,left=350,top=300");
}
function printPage(d)
{
var d;
window.frames["ifrm"].focus();
window.frames["ifrm"].document.body.scrollTop=20;
window.frames["ifrm"].document.getElementById("logoPrint").style.display='block';
if(d=="SE")
{
window.frames["ifrm"].document.getElementById("logoPrint").innerHTML="



