function open_win(w,h,path)
{
	str     = "top=" + 10 + ",left=" + 10 + ",scrollbars=1,resizable=0,status=0,width=" + w + ",height=" + h;	
	var wnd = open(path,"_blank",str);
}

function spopup()
{
	w=560;
	h=560;
	hwin = h + 40;
	str     = "top=" + 10 + ",left=" + 10 + ",scrollbars=1,resizable=0,status=0,width=" + w + ",height=" + hwin;	
	var wnd = open("http://shop.intervent.ru/spopup.php","_blank",str);
}

function price_popup(pid,price)
{
	w=420;
	h=230;	
	str     = "top=" + 100 + ",left=" + 100 + ",scrollbars=0,resizable=0,status=0,width=" + w + ",height=" + h;	
	var wnd = open("http://shop.intervent.ru/price_popup.php?pid="+pid+"&price="+price,"_blank",str);
}

function any_price_popup(mb_pid,price)
{
	w=600;
	h=500;	
	str     = "top=" + 100 + ",left=" + 100 + ",scrollbars=1,resizable=0,status=0,width=" + w + ",height=" + h;	
	var wnd = open("http://www.pmx.ru/price_popup.php?mb_pid="+mb_pid+"&price="+price,"_blank",str);
}

function to_send(type, domen1, domen2, login)
{
	eml = login +  "@" + domen2 +"."+ domen1;
	if(type=="name")
		return document.write(eml);
	if(type=="link")
	{
		eml = "mailto:" + eml;
		window.location.href = eml;
	}
}
