// JavaScript Document
// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************
var StayAlive = 30; 
// Number of seconds to keep window open
function KillMe() {
setTimeout('self.close()', StayAlive * 1000); 
}
// *** end of script ******

// **** COPYRIGHT DECLARATION ***********
// popupwindow scripts below have been 
// created with Javascript Utility Suite 
// and modified for URL: http://www.musignanodiandreoli.it 
// by Heikki Jussila 
// Use the script, just leave this message intact.
// ******* end of declaration ***********

// *** script 1 starts ***
function Start(URL){
windowprops="directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=yes,toolbar=no,width=420,height=340,left=20,screenX=20,top=20,screenY=20";
preview=window.open(URL,"popWin",windowprops);
return false;
}
// *** end of script 1 ******

// *** script 2 starts ***
function WEB(URL) {
windowprops="directories=no,location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes,width=700,height=500,left=20,screenX=20,top=20,screenY=20";
preview=window.open(URL,"popWin",windowprops);
return false;
}
// *** end of script 2 ******

// *** script 3 starts ***
function CUSTOM(URL,LEV,KORK){
windowprops="directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width="+LEV+",height="+KORK+",left=20,screenX=20,top=20,screenY=20";
preview=window.open(URL,"popWin",windowprops);
return false
}
// *** end of script 3 ******

// *** script 4 starts ***
function VacVillas(URL) {
windowprops="resizable=yes,scrollbars=yes,status=yes,top=20,screenX=20,left=20,screenY=20";
preview = window.open(URL,"popWin",windowprops);
return false;
}
// *** end of script 4 ******

// *** script 5 starts ***
function CDPEvent(URL) {
windowprops="status=yes,toolbar=yes,width=420,height=340,top=20,screenX=20,left=20,screenY=20";
preview = window.open(URL,"popWin",windowprops);
return false;
}
// *** end of script 5 ******


