function Lvl_openWin(u,n,w,h,l,t,c,f) { //v1.0 4LevelWebs
  var ww=((screen.width-w)/2);if(c==1){l=ww;t=(screen.height-h)/2;}if(c==2){l=ww}
	f+=',top='+t+',left='+l;window.open(u,n,f);
}
function fpop(u) {
    Lvl_openWin(u,'fpop','640','480',screen.width-660,50,'0','width=640,height=480,scrollbars');
    return false;
}
function ipop(u,w,h) {
    Lvl_openWin(u,'ipop',w,h,0,0,1,'width=' + w + ',height=' + h);
    return false;
}
function guaranteepop() {
    Lvl_openWin('http://www.parliant.com/guarantee.html','','325','650','50','50','0','width=325,height=650');
    return false;
}
