
document.write('<table width="100%" border="0" summary="">');
document.write('<tr>');
document.write('<td width="50%"><IMG src="../images/logo1.jpg" width="300" valign="center" vspace="10" alt="logo"></td>');
document.write('<td width="50%" valign="right">');

win_init()
winpage=new lib_doc_size()
		/*
		Arguments for the AddWindow function:
		heading  - Heading for the window
		content - The content for the window
		left - The left position for the window
		top - The top position for the window
		width - The width of the window
		height - The height of the window
		bgcolor - If you want another backgroundcolor for only this window you can spesify that here
		bgcoloron - If you want another active backgroundcolor for only this window you can spesify that here

		There are 2 ways of adding windows.
		1. Use the addWindows and send the content as a variable or as a string:
		*/
		//VARIABLE
		//String - With all variables
		
//Start window
//addWindow("&nbsp;&nbsp;&nbsp;Autres croisières en Antarctique")
	
document.write('<table border="0" bgcolor="#2E69AE" cellpadding="2">');
document.write('<tr>');
document.write('<td colspan="3">');
document.write('<font color="#FFFFFF" size="-1"><strong>Autres croisières en Antarctique</font></strong>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
document.write('<form name=f1 method=post action="" onSubmit="return false;">');
document.write('<select name=m1 onChange="relate(this.form,0,this.selectedIndex); document.f2.m2.focus();">');
document.write('<option value="/">Selectionnez la catégorie --->');
document.write('<option value="/">Informations générales');
document.write('<option value="/">Péninsule Antarctique & îles proches');
document.write('<option value="/">Far Side of the Antarctica');
document.write('</select></form>');
document.write('</td>');
document.write('<td valign="top" style="font-size:12px;font-weight:bold">');
document.write('<font color="#FFFFFF" size="-1"><strong>puis</font></strong>');
document.write('</td>');
document.write('<td>');

document.write('<form name=f2 method=post action="" onsubmit="return false;">');
document.write('<select name="m2" onchange="jmp(this.form,0)">');
document.write('<option value="/">Selectionnez --->');
document.write('<!--');
document.write('Put a blank item (like below) for the MAXIMUM');
document.write('number of items in one of your categories.');
document.write('i.e. If your "largest" menu contains 5 items,');
document.write('include 5 blank  lines here.  For 10, include');
document.write('10, and so on.');
document.write('-->');
document.write('<option value="/">');
document.write('<option value="/">');
document.write('<option value="/">');
document.write('<option value="/">');
document.write('<option value="/">');
document.write('<option value="/">');
document.write('</select></form></td></tr></table>');

document.write('<script>');
document.write('//End window');
document.write('document.write(endWin())');
document.write('//Create window (this have to be done manually. Just leave wins-1 in there)');
document.write('create_window(wins-1,410,6,650,60)');
document.write('</script>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');

//End window
document.write(endWin())
//Create window (this have to be done manually. Just leave wins-1 in there)
create_window(wins-1,410,6,650,60)

document.write('<br>');
document.write('<br>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');