var neuwin1;
var pic1;
function makewin1(pic1){
	neuwin1=open('','displayWindow','height=900,width=700');
	neuwin1.document.open();
	this.pic1=pic1;
	with(neuwin1.document) {
	
	write("<html><head><title>Mallorca Webguide</title></head>");
	write("<body ondragstart='return false' onselectstart='return false' oncontextmenu='return false' bgcolor='#FFFFFF' text='#000000' topmargin='1' leftmargin='1' >");
	write("<table width='650' border='0' cellspacing='0' cellpadding='0'><tr><td>");
	write("<table width='650' border='0' cellspacing='0' cellpadding='0'><tr>");
	write("<td width='10'><img src='../../Logos/popup_liob.gif' width='20' height='50'></td>");
	write("<td width='650'><img src='../../Logos/popup_top1.gif' width='650' height='50'></td> ");
	write("<td width='13'><img src='../../Logos/popup_reob.gif' width='20' height='50'></td></tr> ");
	write("<tr><td width='10' background='../../Logos/popup_lise.gif'>&nbsp;</td> ");
	write("<td width='650' bgcolor='#FFFFCC'> ");
	write("<div align='center'><img src=");
	write("http://www.partyteufel.com/mallorcawebguide/" + this.pic1 + " "+">");
	write("</div> </td>");
	write("<td width='13' background='../../Logos/popup_rese.gif'>&nbsp;</td></tr> ");
	write("<tr> <td width='10'><img src='../../Logos/popup_liut.gif' width='20' height='40'></td>");
	write("<td width='650'><img src='../../Logos/popup_bot1.gif' width='650' height='40' usemap='#map' border='0'></td> ");
	write("<td width='13'><img src='../../Logos/popup_reut.gif' width='20' height='40'></td> </tr>");
	write("</table> </td></tr></table>");
	write("<map name='map'>");
	write("<area shape='rect' coords='500,6,700,28' href='javascript:close()'> ");
	write("</map> ");
	write("</body>");
	write("</html>");

	}
	neuwin1.document.close();
}

