vcwgalparams = 'status=no,resizable=no, menubar=no,location=no, titlebar=no, toolbar=no, scrollbars=no, directories=no, width=640, height=480,left=0,top=0';
vcwdarnaparams = 'status=no,resizable=no, menubar=no,location=no, titlebar=no, toolbar=no, scrollbars=no, directories=no, width=480, height=480,left=0,top=0';
vcwequiparams = 'status=no,resizable=no, menubar=no,location=no, titlebar=no, toolbar=no, scrollbars=no, directories=no, width=768, height=240,left=0,top=0';
vcwtrianparams = 'status=no,resizable=no, menubar=no,location=no, titlebar=no, toolbar=no, scrollbars=no, directories=no, width=640, height=464,left=0,top=0';
vcwgritoparams = 'status=no,resizable=no, menubar=no,location=no, titlebar=no, toolbar=no, scrollbars=no, directories=no, width=430, height=500,left=0,top=0';

function w(arg){document.write(arg)}

function vcwopen(url,params)
{
window.open(url,"",params);
}

function vcwresizeinner(width,height)
{
if(document.all) //IE
	{
	h = screen.availHeight;
	w = screen.availWidth;
		window.self.resizeTo(width,height);
		wpan= width-document.body.clientWidth;
		hpan= height-document.body.clientHeight;
	wpan+=width;
	hpan+=height;
	wponlo = (w-wpan) / 2;
	hponlo = (h-hpan) / 2;
	self.resizeTo(wpan,hpan);
	vcwslowmove(wponlo,hponlo);
	}
else //firefox
	{
	h = screen.availHeight;
	w = screen.availWidth;
	var wpan = self.outerWidth;
	var hpan = self.outerHeight;
	wponlo = (w-wpan) / 2;
	hponlo = (h-hpan) / 2;

	vcwslowmove(wponlo,hponlo);
	}
}


function vcwslowmove(fx,fy)
{
for(i=0;i<=20;i++)
	setTimeout("self.moveTo("+parseInt(fx*i*i/400)+","+parseInt(fy*i*i/400)+")",10*i+20);
}

function mailglobal()
{location.href="mailto:voe"+'t@cran'+"f.net";}

function damefecha()
{
lq=document.lastModified.substring(0,10);
q=lq.substring(3,5)+"/"+lq.substring(0,2)+"/"+lq.substring(6,10);
return q;
}