function PopIt(p,s,v)
{
  // Set up Page Colors & Table
  var s1 = 
    "<head><TITLE>DUOVAC centr.vys. - DUOSTYL - "+p+"</TITLE>" +
	"</head>" +
    "<BODY BGCOLOR='000000' background='img/"+p+".jpg' leftmargin=0 topmargin=0>"
 
  var s2 =   
	"<table border=0 cellspacing=0 cellpadding=0 width=100% height=100%><tr><td><a href='#' onClick='self.close()'>"+
	"<img src='img/spacer.gif' width="+s+" height="+v+" alt='Zavøít' border=0></td></tr></TABLE></center></BODY>"
	
  var s,v
 
  popup = window.open("",p,"width="+s+",height="+v+",status=no,scrollbars=no,resizable,status=no,titlebar=no,toolbar=no,location=no,menubar=no")
  popup.document.write(s1+s2)
  popup.document.close()
}


function popHelp(p,s,v)
{
  PopIt(p,s,v)
}

