function Webcam(){
	document.write('<P><DIV style="OVERFLOW: hidden; WIDTH: 480px; HEIGHT: 320px">'
				  +'<IMG ID=px SRC=../../images/generel/Webcampix.jpg STYLE=POSITION:absolute;z-index:100;>'
				  +'<IFRAME id=polski style="RIGHT: 25px; OVERFLOW: hidden; WIDTH: 480px; BOTTOM: 36px; POSITION: relative; HEIGHT: 320px" name=polski frameBorder=0 scrolling=no></IFRAME>'
				  +'<FORM name=form1 MEHTOD="post"><INPUT type=hidden value=admin name=user><INPUT type=hidden value=9999 name=pw></FORM></P>')
	a=document.form1;a.action=('http://217.140.3.174/login1')
	a.target=('polski');
	a.submit();
	setTimeout('pxGo()',8000);
}
Webcam();
function pxGo(){document.getElementById('px').style.visibility='hidden'};