// (c) Ger Versluis 2000-2004 version 6.20, Januari 14, 2004
//  You may use this script on non commercial sites
//  www.burmees.nl/menu/


	// Globals effecting all menus
	var PopNoOffMenus=1;	// number of seperate menus
	var BaseHref="";		// Root of the site
	var PopRClick=0;		// Defines which menu reacts on right click. 0=none

	var PopMenuSlide="";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.RevealTrans(duration=.5, transition=19)";
	var PopMenuSlide="progid:DXImageTransform.Microsoft.GradientWipe(duration=.5, wipeStyle=1)";

	var PopMenuShadow="";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.DropShadow(color=#888888, offX=2, offY=2, positive=1)";
	var PopMenuShadow="progid:DXImageTransform.Microsoft.Shadow(color=#888888, direction=135, strength=3)";

	var PopMenuOpacity="";
	var PopMenuOpacity="progid:DXImageTransform.Microsoft.Alpha(opacity=100)";

	function P_BeforeStart(){return}
	function P_AfterBuild(){return}
	function P_BeforeFirstOpen(){return}
	function P_AfterCloseAll(){return}

	// Globals effecting one menu
	// Notation of PopMenu1 is different from PopMenu2. The result is the same. PopMenu1 is more understandable. PopMenu2 loads faster.



//	Menu Items:
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width,bgcolor,bghighcolor,
//	fontcolor,fonthighcolor,bordercolor,fontfamily,fontsize,fontbold,fontitalic,textalign,statustext);
// 	Fontsize, fontbold and fontitalic are ignored when set to -1.
//	For rollover images ItemText format is:  "rollover?Image1.jpg?Image2.jpg"


if (screen.width > 800) { // bigscreen
	var STop=162;
	var SWidth=100;
	logogif="http://physicaplus.org.il/WYP2005logo_eng_w.gif";
} else { // smallscreen
	var STop=128;
	var SWidth=82;
	logogif="http://physicaplus.org.il/WYP2005logo_eng.gif";
}
PopMenu1=new Array(6,10,STop,"#3366CC","white","blue","white","#801515","verdana",1,0,10,0,1,2,"left",.50,.40,1000,1,"LyrTwo",1,"left","top",BaseHref+"tri.gif",5,10,BaseHref+"tridown.gif",10,5,BaseHref+"trileft.gif",5,10,6,3,0);

PopMenu1_1=new Array("<small><small><br><br></small></small>Columns","","",0,68,SWidth,"#000084","#000084","white","white","","",16,-1,-1,"center","");

PopMenu1_2=new Array("News","","",3,50,0,"","","","","","",14,-1,-1,"","");
PopMenu1_2_1=new Array("Weizmann Institute","http://physicaplus.org.il/news_weizmann_eng.html","",0,30,160,"","","","","","",10,-1,-1,"","");
PopMenu1_2_2=new Array("News in the Academy","http://physicaplus.org.il/news_academic_eng.html","",0,30,160,"","","","","","",10,-1,-1,"","");
PopMenu1_2_3=new Array("Window to Physics (Hebrew)","http://physicaplus.org.il/news_heb.html","",0,30,160,"","","","","","",10,-1,-1,"","");

PopMenu1_3=new Array("Education","","",2,50,0,"","","","","","",14,-1,-1,"","");
PopMenu1_3_1=new Array("The Shalhevet Freier Physics Tournament","http://physicaplus.org.il/edu_eng3.html","",0,30,160,"","","","","","",10,-1,-1,"","");
PopMenu1_3_2=new Array("Walking on the water - Hemda","http://physicaplus.org.il/edu_eng3_2.html","",0,30,160,"","","","","","",10,-1,-1,"","");

PopMenu1_4=new Array("Culture","","",3,50,0,"","","","","","",14,-1,-1,"","");
PopMenu1_4_1=new Array("Science/Theater/Arts - by Judy Kupferman","","",2,30,160,"#C0FFFF","#C0FFFF","","","","",10,-1,-1,"","");
PopMenu1_4_1_1=new Array("Ballet and Physics","http://physicaplus.org.il/culture_eng3.html","",0,30,160,"","","","","","",10,-1,-1,"","");
PopMenu1_4_1_2=new Array("International Festival of Cultures in Melilla","http://physicaplus.org.il/culture_eng3_2.html","",0,30,160,"","","","","","",10,-1,-1,"","");


PopMenu1_4_2=new Array("Art and Science - by Abraham Tamir","","",1,30,160,"#C0FFFF","#C0FFFF","","","","",10,-1,-1,"","");
PopMenu1_4_2_1=new Array("Fractals - Creation of Art by Science","http://physicaplus.org.il/cultart_eng3.html","",0,30,160,"","","","","","",10,-1,-1,"","");

PopMenu1_4_3=new Array("Art Galleries","","",2,30,160,"#C0FFFF","#C0FFFF","","","","",10,-1,-1,"","");
PopMenu1_4_3_1=new Array("Bacteria Images - Eshel Ben-Jacob","http://physicaplus.org.il/art_eng2.html","",0,30,160,"","","","","","",10,-1,-1,"","");
PopMenu1_4_3_2=new Array("Network Images - Mark Newman","http://physicaplus.org.il/art_eng.html","",0,30,160,"","","","","","",10,-1,-1,"","");

PopMenu1_5=new Array("Point of View","","",2,50,0,"","","","","","",14,-1,-1,"","");
PopMenu1_5_1=new Array("Xerox Effect - by Howard Bloom ","http://physicaplus.org.il/view_eng1.html","",0,30,160,"","","","","","",10,-1,-1,"","");
PopMenu1_5_2=new Array("Reality Beyond Quantum Mechanics - by Shai Ophir","http://physicaplus.org.il/view_eng2.html","",0,30,160,"","","","","","",10,-1,-1,"","");

PopMenu1_6=new Array("","http://physicaplus.org.il/wyp2005_eng.html",logogif,0,170,0,"","","","","","",14,-1,-1,"","");


