function showmap(x,y){
	mywin= open('', name, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width='+ x +',height='+ y +'');
	mywin.document.open();
	mywin.document.write('<html><head><title>Mac_Az ltd</title></head>');
	mywin.document.write('<body style="margin:0px; padding:0px">');
	mywin.document.write('<iframe width="640" height="480" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=108099446581128337569.00046adf67112dc01802a&amp;ll=40.406046,49.840035&amp;spn=0.015686,0.027466&amp;z=15&amp;output=embed"></iframe><br /><small>View <a href="http://maps.google.com/maps/ms?ie=UTF8&amp;hl=en&amp;msa=0&amp;msid=108099446581128337569.00046adf67112dc01802a&amp;ll=40.406046,49.840035&amp;spn=0.015686,0.027466&amp;z=15&amp;source=embed" style="color:#0000FF;text-align:left">Royal Plaza </a> in a larger map</small>');
	mywin.document.write('</body></html>');
	mywin.document.close();  
}