function map(id) {
	popup=window.open('', 'mapwin', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, width=5, height=5, top=100, left=200');
	popup.document.write('<html><head><title>Asukohakaart</title></head><body style="margin:0px;padding:0px" onload="javascript:self.focus();"><center><img onClick="javascript:self.close();" onLoad="javascript:self.resizeTo(this.width+4,this.height+65);" src="http://www.infoweb.ee/et/logo/?MapID=' + id + '" border=0></center></body></html>');
	popup.document.close();
	return false;
}
function FlashWriteMap(url,url2,width,height){
	document.write('<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH=' + width + ' HEIGHT=' + height + '>');
	document.write('<PARAM NAME=movie VALUE="' + url + '?' + url2 + '"> <PARAM NAME=menu VALUE=false> ');
	document.write('<PARAM NAME=quality VALUE=high> ');
	document.write('<PARAM NAME=wmode VALUE=transparent> ');
	document.write('<EMBED src="' + url + '?' + url2 + '" menu=false wmode=transparent quality=high WIDTH=' + width + ' HEIGHT=' + height + ' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>');
	document.write('</OBJECT>');
}
