function showPopup()
	{
	NewWindow=window.open("","NewOne","HEIGHT=453,WIDTH=640,scrollbars=no,resizable=yes,top=150,left=150");
	NewWindow.document.write ("<HTML>");
	NewWindow.document.write ("<BODY leftmargin='0' topmargin='0' rightmargin='0' bottommargin='0' marginwidth='0' marginheight='0' style='background-repeat: no-repeat;' background='client/popup/f_komercines.jpg'>");
	NewWindow.document.write ("&nbsp;");
	NewWindow.document.write ("</BODY></HTML>");
	NewWindow.document.close();
	return false;
	}
