var home_he="default.asp";
var home_en=home_he+"?en";
var menu_he=
		'<div class="menubar rtl">'+
		'<a href="'+home_he+'"		class="menuButton">עמוד בית</a>|'+
		'<a href="about.htm"		class="menuButton">אודות</a>|'+
		'<a href="news.htm"			class="menuButton">חדשות</a>|'+
		'<a href="links.htm"		class="menuButton">קישורים</a>|'+
		'<a href="http://www.yachtworld.com/galitalia/"	,  target="_new" class="menuButton">יאכטות למכירה</a>|'+
		'<a href="gallery.htm"		class="menuButton">גלריה</a>|'+
		'<a href="contact.htm"		class="menuButton">צור קשר</a>|'+
		'<a href="about_rus.htm?en"	class="menuButton"> <img src="images/Flag_Rus.jpg"></a>|'+
		'<a href="about_fra.htm?en"	class="menuButton"> <img src="images/Flag_Fra.jpg"></a>|'+
		'<a href="'+home_en+'"		class="menuButton right_padding"> English <img src="images/Eng_btn.gif" align="absmiddle"></a>|'+
		'</div>';
var menu_en=
		'<div class="menubar ltr">'+
		'<a style="width:0px" /><!-- dummy used to fixs the "left padding collapse bug" when the windows width is small -->'+
		'<a href="'+home_en+'"			class="menuButton left_padding">Home</a>|'+
		'<a href="about_e.htm?en"		class="menuButton">Company</a>|'+
		'<a href="news_e.htm?en"		class="menuButton">News</a>|'+
		'<a href="links_e.htm?en"		class="menuButton">Links</a>|'+
		'<a href="http://www.yachtworld.com/galitalia/",  target="_new"		class="menuButton">Yachts for Sale</a>|'+
		'<a href="gallery.htm"			class="menuButton">Gallery</a>|'+
		'<a href="contact_e.htm?en"		class="menuButton">Contact</a>|'+
		'<a href="about_rus.htm?en"		class="menuButton"> <img src="images/Flag_Rus.jpg"></a>|'+
		'<a href="about_fra.htm?en"		class="menuButton"> <img src="images/Flag_Fra.jpg"></a>|'+
		'<a href="'+home_he+'"			class="menuButton"> עברית <img src="images/Heb_btn.gif" align="absmiddle"></a>'+
		'</div>';

function write_header(){
	var menu, home;
	if(document.location.search=="?en"){
		menu=menu_en;
		home=home_en;
	}else{
		menu=menu_he;
		home=home_he;
	}
	
	document.write
	(
		'<tr>'+
		'<td>'+
		'<table border="0" cellpadding="0" cellspacing="0" width="100%">'+
		'<tr>'+
		'<td width="50%">'+
		'<a href="'+home+'"><img src="images/Logo_GalItalia.gif" class="logo"/ ></a>'+
		'</td>'+
		'<td width="50%" valign="top">'+
		menu+
		'</td>'+
		'</tr>'+
		'</table>'+
		'</td>'+
		'</tr>'
	)
}

function write_footer(){
	document.write
	(
		'<tr>'+
		'<td class="footer max_height" valign="middle">'+
		'Haogen St Marina | 46764 Hertzliya, Israel<br/ >'+
		'Tel +972 (0)9 951 1166 | Fax +972 (0)9 951 1191 | <a href="mailto:gal@galitaliayachts.com">Email: gal@galitaliayachts.com</a><br/ >'+
		'<!--<a href="http://www.karpadot.com">© Created by : karpadot</a>-->'+		
		'</td>'+
		'</tr>'
	)
}

win = null;
function openWindow(url, w, h){
	if ((win!=null) && (!win.closed)){
		win.resizeTo(w,h);
		win.focus();
	}else{
		var attr = "resizeable=0,menubar=no,toolbar=no,width="+w+",height="+h;
		win = window.open(url, 'map', attr);
		win.moveTo(0,0);
		win.focus();
	}
}
