function OpenWin(obj){
window.status = "www.bgm.ru"
strfeatures = "dialogHeight=400px; dialogWidth=480px; center=1; border=thin; help=no"
window.showModalDialog(obj,"win1",strfeatures)} 

	function windowClose()
	{
		window.close()
	}	
	top.window.moveTo(0,0);
	if (document.all) {
	top.window.resizeTo(screen.availWidth,screen.availHeight);
	}
	else if (document.layers||document.getElementById) {
	if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
	top.window.outerHeight = screen.availHeight;
	top.window.outerWidth = screen.availWidth;
	}
	}

