function ShowPic(strUrl, strTop, strLeft, strWidth, strHeight, strBeforeHtml, strAfterHtml)
{	
	winMain = window.open("", "",
	 "toolbar=no,location=no,directories=no"
	    + ",menubar=no"
		+ ",scrollbars=auto"
		+ ",resizable=no"
		+ ",status=no"
		+ ",screenX=2"
	 	+ ",screenY=2"
	 	+ ",width=" + strWidth
	 	+ ",height=" + strHeight
	 	+ ",top=" + strTop
	 	+ ",left=" + strLeft);
	
	
	winMain.document.write('<HTML><HEAD><TITLE>b r e a k b e a t : h u - - - - - - + - - - - -</TITLE></HEAD><BODY background="images/backy.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" strBeforeHtml><div style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;"><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0> ');
	
	winMain.document.write("<TR VALIGN=MIDDLE><TD ALIGN=CENTER><IMG SRC=" + strUrl + " BORDER=0 OnClick=self.close() strAfterHtml ></TR></TD></TABLE> ");
	
	winMain.document.write('</div></BODY></HTML> ');

	winMain.document.close();
}	

/* edited by grasshop & matto 2001-08-09*/

function ShowPicTitle(strUrl, strTop, strLeft, strWidth, strHeight, strBeforeHtml, strTitle)
{	
	winMain = window.open("", "",
	 "toolbar=no,location=no,directories=no"
	    + ",menubar=no"
		+ ",scrollbars=auto"
		+ ",resizable=no"
		+ ",status=no"
		+ ",screenX=2"
	 	+ ",screenY=2"
	 	+ ",width=" + strWidth
	 	+ ",height=" + strHeight
	 	+ ",top=" + strTop
	 	+ ",left=" + strLeft);
	
	
	winMain.document.write('<HTML><HEAD><TITLE>b r e a k b e a t : h u - - ' +strTitle+ ' - - - - -</TITLE></HEAD><BODY background="images/backy.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" strBeforeHtml><div style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;"><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0> ');
	
	winMain.document.write("<TR VALIGN=MIDDLE><TD ALIGN=CENTER><IMG SRC=" + strUrl + " BORDER=0 OnClick=self.close()></TD></TR></TABLE> ");
	
	winMain.document.write('</div></BODY></HTML> ');

	winMain.document.close();
}	

function ShowPicSubs(strUrl, strTop, strLeft, strWidth, strHeight1, strTitle, strSub)
{
	strHeight= strHeight1 + 23
	
	winMain = window.open("", "",
	 "toolbar=no,location=no,directories=no"
	    + ",menubar=no"
		+ ",scrollbars=auto"
		+ ",resizable=no"
		+ ",status=no"
		+ ",screenX=2"
	 	+ ",screenY=2"
	 	+ ",width=" + strWidth
	 	+ ",height=" + strHeight
	 	+ ",top=" + strTop
	 	+ ",left=" + strLeft);
	
	
	winMain.document.write('<HTML><HEAD><TITLE>b r e a k b e a t : h u - - ' +strTitle+ ' - - - - -</TITLE></HEAD><BODY background="images/backy.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" strBeforeHtml><div style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;"><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 > ');
	
	winMain.document.write("<TR VALIGN=MIDDLE><TD ALIGN=CENTER><IMG SRC=" + strUrl + " BORDER=0 OnClick=self.close()></TD></TR></TABLE><TABLE CELLPADDING=0 CELLSPACING=0 BORDER=0 border-color=44666 ALIGN=CENTER width=100%><TR VALIGN=MIDDLE ALIGN=CENTER><TD bgcolor=446666 width=100% style='font-weight:bold; color: white; border: #333333; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px'> " +strSub+ " </TD></TR></TABLE> ");
	
	winMain.document.write('</div></BODY></HTML> ');

	winMain.document.close();
}	

/* edited by grasshop 2002-04-12*/
