function lpp(url)
{
    var theWindow = window.open(url, "_blank", "width=629,height=515,top=0,left=0,location=0,toolbar=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,fullscreen=0");
    theWindow.focus();
    return false;
	
}

