function privateChat( URL )
{
	day = new Date();
	id  = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=700,height=530,left=212,top=134');");
}

function privChat( URL )
{
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=650,height=530,left=212,top=134');");
}

function redirect( page )
{
	document.location.href = page ;
}

function popup( page, height, width )
{

	window.open(page, '', 'resizable=no, location=no, width='+width+', height='+height+', menubar=no, status=no, scrollbars=no, menubar=no');
}

