function showmap(w,h,send)
{
if(w<2)
{

if (self.screen) {     // for NN4 and IE4

        w = screen.width

        h = screen.height

}

else if (self.java) {   // for NN3 with enabled Java

       var jkit = java.awt.Toolkit.getDefaultToolkit();

       var scrsize = jkit.getScreenSize();       

       w = scrsize.width; 

       h = scrsize.height; 

}else{

       w = h = 'x' // for all other browsers

}

	h = h-230;

}

	var url = "/shwmap.php?w="+w+"&h="+h+"&city="+send;
	h= h+170;

	win = window.open(url, 'book', 'toolbar=no,location=no,status=no,menubar=no,resizable=no, directories=no, scrollbars=no, width='+w+', height='+h+', top=0, left=0');
	win.window.focus();

};



function showmetromap(w,h,n)
{


	var url = "/shwmetromap.php?n="+n+"&w="+w+"&h="+h;

	win = window.open(url, 'book', 'toolbar=no,location=no,status=no,menubar=no,resizable=no, directories=no, scrollbars=no, width='+w+', height='+h+', top=0, left=0');
	win.window.focus();

};



var ico;
function smile(ico) {document.Den.text.value=document.Den.text.value+ico;}
