



var welcome_width	= "1000"		
var welcome_height	= "1280"		
var scrollbar_welcome	= "no"		
var wX_location		= "375"		
var wY_location		= "0"		





// COPYRIGHT 2004-2006 © Alex Kravetz Design / Digital Art FL / Fusion Panoramas.
// Unauthorized use or sale of this script is strictly prohibited by law






function WelCome(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'scrollbars='+scrollbar_welcome+',toolbar=no,resizable=no,directories=no,menubar=no,location=no,status=no,left='+wX_location+',top='+wY_location+',width=' + welcome_width + ',height=' + welcome_height + '');");
}





