// POPUP WINDOW
function openpopup(popurl, w, h, sizable) {
	str = 'width='+(w+20)+',height='+(h+30);
	if ( sizable != true ) {
		str = str + ',scrollbars=no,resizable=no,status=no';
	} else {
		str = str + ',scrollbars=yes,resizable=yes,status=yes';
	}
	window.open(popurl,'',str);
}


function Lvl_openWin(u,n,w,h,l,t,c,f) { //v2.2 4LevelWebs
  var x=((screen.width-w)/2);if(c==1){l=x;t=(screen.height-h)/2;}if(c==2){l=x}
	f+=',top='+t+',left='+l;LvlWin=window.open(u,n,f);LvlWin.focus();
}

function Lvl_openWincustom(n,w,h,l,t,c,f) { //v2.2 4LevelWebs
//  var rurl1 = "http://www.vgreece.com/assets/scripts/refsend2.asp?refurl=";
  var rurl1 = "http://www.vgreece.com/cgi-bin/tell_friend.cgi?url=";
  var rurl2 = window.location;
  var rurl = rurl1 + rurl2;
  var w = 300;
  var h = 360;
  var f = "width=300,height=360";
  var x=((screen.width-300)/2);if(c==1){l=x;t=(screen.height-360)/2;}if(c==2){l=x}
	f+=',top='+t+',left='+l;LvlWin=window.open(rurl,n,f);LvlWin.focus();
}

function Lvl_openWincustom2(rurl2) { //v2.2 4LevelWebs
  var rurl1 = "http://www.vgreece.com/cgi-bin/tell_friend.cgi?url=";
  var rurl = rurl1 + escape (rurl2);
  var w = 300;
  var h = 360;
  var n = "refer";
  var l = 0;
  var t = 0;
  var c = 1;
  var f = "width=300,height=360";
  var x=((screen.width-w)/2);if(c==1){l=x;t=(screen.height-h)/2;}if(c==2){l=x}
	f+=',top='+t+',left='+l;LvlWin=window.open(rurl,n,f);LvlWin.focus();
}




function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
