var winheight=430
var winwidth=255
var x=0
var s=0
var exp=new Date();
exp.setTime(exp.getTime() + (s*1000));

var xw=random(0);
var yw=random(0);

function random(max)
{
    today=new Date();
	jran=today.getTime();
	ia=9301;
	ic=49297;
	im=233280;
	jran = (jran*ia+ic) % im;
	r1=Math.ceil( (jran/(im*1.0)) *max);
	return r1;
}

function openWindow(id)
{
	win2=window.open("","vntras" + id + "","alwaysRaised=yes, fullscreen=yes, type=fullWindow, toolbar=no, scrollbars=no, menubar=no, status=no, resizable=no, top=0, left=0, screenX=0, screenY=0")
	if (!document.layers&&!document.all)
		{
			win2.location="http://www.voitek.net/vntras/ras.asp?guidkey=" + id;
			return;
		}	
   	
	win2.resizeTo(winwidth,winheight);
	//win2.moveTo(xw,yw);
	win2.moveTo(5,5);		
	win2.location="http://www.voitek.net/vntras/ras.asp?guidkey=" + id;
        return;
	win2.focus();
        win2.blur(); 
	
}
