// JavaScript Document
function opl(l) {
	location.href = l;	
}

function opnl(l) {
	window.open(l, '', 'toolbar=1,menubar=1,scrollbars=1,resizable=1,status=1,location=1,directories=no,top=0,left=0,fullscreen=1,height=' + screen.height + ',width=' + screen.width);	
}

function op(url, w, h)
{
	window.open(url, '', 'toolbar=no,menubar=no,scrollbars=1, resizable=no,status=no,location=no,directories=no,top=150,left=150,fullscreen=no,height=' + h + ',width=' + w);	
}