	var newwin=null;
	
	function crosswindow(iURL,valw,valh,vali) {
	
		newwin=window.open('','new','width=' + valw + ',height=' + valh + '');
		with(newwin.document) {
			writeln('<HTML><HEAD><TITLE>' + vali + '</TITLE>');
			writeln('</HEAD>');
			writeln(' <BODY BGCOLOR="#CCCCCC" LINK="#666666" VLINK="#666666"  leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
			
			writeln('<a href="javascript:self.close()"><img src="' + iURL + '" border="0"></a>');
	
			writeln('</BODY>');
			writeln('</HTML>');
			close();
		}
		newwin.focus();
	}

  
  startpage= "start.html";

header = "mauritius trip &nbsp; <span class=footer>[ 11.02. - 19.02.2001 ]</span>";
footer = "<< <a href=\"javascript:history.back()\" class=footer><b>back</b></a> | <a href=\"../bgimages/bgimage_uwee_mur_2001.html\" class=footer>view and download \"STAIRWAY TO HEAVEN\" Backgroundimage</a> | click the image to enlage ;-)";
imagenames = new Array ('',
'DSCN0984.jpg',
'DSCN1006.jpg',
'DSCN1144.jpg',
'DSCN1288.jpg',
'DSCN1486.jpg',
'DSCN1832.jpg',
'DSCN1816.jpg',
'DSCN1336.jpg',
'DSCN1196.jpg',
'DSCN1086.jpg',
'DSCN0974.jpg',
'DSCN0986.jpg',
'');

downloadfile = "";  // "" for no download
downloadtext = ""

function reloadImages() {

}

