
function galerie()
{
popup = window.open('http://t-rex.ch/galerie/','galerie','width=800,height=700,left=20,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes')
popup.focus();
          }
function cam()
{
popup = window.open('http://t-rex.ch/cam/index.html','cam','width=660,height=500,left=20,top=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes')
popup.focus();
          }		  	  	



function openpopup(thiswidth,thisheight,thispic) {
	
	wbreite = screen.width;
			hpos = (wbreite/2)-(thiswidth/2);
			whoehe = screen.height;
			vpos = (whoehe/2)-(thisheight/2);
	
	nw=window.open("", "zoom", "status=no,location=no,toolbar=no,menubar=no,resizable=no,scrollbars=no,width="+thiswidth+",height="+thisheight+",top="+vpos+", left="+hpos)
	nw.focus();
	nw.document.write("<html><head><title>zoom</title>")
	nw.document.write("</head>")
	nw.document.write("<body marginwidht=0 marginheight=0 leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0 bgcolor='black'>")
	nw.document.write("<div id='rahmen'>")
	nw.document.write('<a href=\"javascript:self.close()\">');
	nw.document.write("<img src='"+thispic+"' alt=\"schliessen\" border=\"0\"></div>")
	nw.document.write("</a>")
	nw.document.write("</body></html>")
	nw.document.close() 
}