var forum, banner, news, menus, flashMenus, photoAlbumVal, links_manager, allow_page_style, allow_add_cart, FramesYesNo, allow_search, allowe_print, allow_response, allowe_send_friend, allow_poll , allow_guestbook;
forum = 0;
banner = 0;
news = 1;
menus = 1;
flashMenus = 0;
photoAlbumVal = 0;
links_manager = 0;
allow_page_style = 0;
allow_add_cart = 0;
FramesYesNo = 0;
allow_search = 0;
allowe_send_friend = 0;
allowe_print = 0;
allow_response = 0;
allow_poll = 0;
allow_guestbook = 0;
allow_newslatter = 0;

				var page_id = document.getElementById("page_id");
				var print_page = "content_print_form.php"; 	function paste_search()
			{
				var on_blur = "onBlur=\"if(this.value=='') this.value='הפרד עם הפסיק בין המילים' ;\"";
				var on_focus = "onFocus=\"if(this.value=='הפרד עם הפסיק בין המילים') this.value='';\"";
				var search_url = "http://spiders.gois.co.il/";
				var str_search = '<form id="frm" name="frm" style="display:inline;" action="'+search_url+'search_result.php" method="POST"><table cellpadding="0" cellspacing="0" border="0" align="right"><tr><td align="right" class="td_for_input" style="padding-right:5px;"><a href="javascript:frm.submit();"/>חפש באתר</a></td><td width="130" align="right" style="padding-right:5px;"><input type="text" id="t_search" name="t_search" value = "הפרד עם הפסיק בין המילים" '+on_blur+' '+on_focus+' class="td_for_input" style="width:130px;"></td></tr></table></form>';document.getElementById("01_search").innerHTML=str_search; } 
			function toggle_div() {
				if(allow_search=="1")
				 { paste_search(); document.getElementById("01_search").style.display="";}
				else
				{document.getElementById("01_search").style.display="none";}
			} 
			
			function paste_sendfriend(){
			  var str_sendfriend = "<a onclick='javascript:open_win(\"content_sendfriend_form.php\",document.getElementById(\"page_id\").value,400,300);'><img src=template/send_friend.gif border=0 style=\"cursor:hand;\" alt=\"טופס שליחה לחבר - Send to friend\"></a>";
			  	  document.getElementById("01_allowe_send_friend").innerHTML=str_sendfriend;
			}
			function toggle_div_sendfriend() {
				if(allowe_send_friend=="1")
				  { paste_sendfriend(); document.getElementById("01_allowe_send_friend").style.display="";}
				else
				  {document.getElementById("01_allowe_send_friend").style.display="none";}
			} 
			
			function paste_print(){
			  var str_print = "<a onclick='javascript:open_win(\"content_print_form.php\",document.getElementById(\"page_id\").value,760,550);'><img src=template/print_page.gif border=0 style=\"cursor:hand;\" alt=\"הדפס דף - Print page\"></a>";
			  	document.getElementById("01_allowe_print").innerHTML=str_print;
			}
			function toggle_div_print(){
				if(allowe_print=="1")
				  { paste_print(); document.getElementById("01_allowe_print").style.display="";}
				else
				  {document.getElementById("01_allowe_print").style.display="none";} } 
		
			function open_win(url,pageid,w,h){
				window.open("http://www.gweb.co.il/cms3ftp/"+url+"?pageid="+pageid+"&s_name=spiders","update","toolbar=no,width="+w+",height="+h+",left=50,top=50,status=no,scrollbars=yes,resizable=no,menubar=no");
			}
			
