////////////////////////////////////////////////////////////////
//
// Anzupassende Variablen:
//
// Optionen des standard Popupfensters.
var optionsPopup = "scrollbars=yes,resizable=yes,menubar=yes,location=no,width=600,height=480";
//
////////////////////////////////////////////////////////////////


////////////////////////////////////////////////////////////////
//
// Beschreibung: Oeffnet ein Popup-Fenster
//
////////////////////////////////////////////////////////////////

function openPopup(url){
	window.open(url, "popup", optionsPopup);
}

// Popup code for Want to know more
function popupWantToKnowMore(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=600,top=50,left=50');");
}


// Drop down menu code
/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
function imenus_data0(){
this.unlock = "wkvmcnh"
this.enable_visual_design_mode = false
this.main_is_horizontal = true
this.menu_showhide_delay = 150
 /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/
	this.main_expand_image = "/images/spacer.gif"
	this.main_expand_image_hover = "/images/spacer.gif"
	this.main_expand_image_width = "1"
	this.main_expand_image_height = "1"
	this.main_expand_image_offx = "0"
	this.main_expand_image_offy = "0"

	this.sub_expand_image = "/images/spacer.gif"
	this.sub_expand_image_hover = "/images/spacer.gif"
	this.sub_expand_image_width = "1"
	this.sub_expand_image_height = "1"
	this.sub_expand_image_offx = "undefined"
	this.sub_expand_image_offy = "undefined"

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu
	this.main_container_styles = "background-color:#fff; border-style:solid; border-color:#fff; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color:#fff; text-align: center; font-family:Arial; font-size:13px; letter-spacing:1px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "color:#ddd; text-decoration:none;"
	this.main_item_active_styles = ""

	//Sub Menu
	this.subs_container_styles = "border-style:solid; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px;"
	this.subs_item_styles = "color:#fff; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#fff; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#fff; color:#333; text-decoration:none;"
	this.subs_item_active_styles = ""
}
