function win_open(address,name,width,height,top,left)
{
window.open(address,name,"width="+width+",height="+height+",top="+top+",left="+left+", scrollbars=0,resizable=0,,toolbar=0,status=0,location=0,menubar=0")
}

function PrintFormat(address,name,width,height,top,left)
{
window.open(address,name,"width="+width+",height="+height+",top="+top+",left="+left+", scrollbars=1,resizable=1,toolbar=0,status=1,location=0,menubar=0")
}

function tooltipFun()
{
if(document.body.clientWidth<760){
  tooltip.style.left=(760-((760-690)/2)-609)
}else{
  tooltip.style.left=document.body.clientWidth-((document.body.clientWidth-690)/2)-616
 }
tooltip.style.top=32
}

