function fgo(str,opentype){
	if (opentype=="blank")
		window.open(str,"","");
	else
		window.location.href=str;
}
function showhelp(id){
//	var k=window.location.href.split("/");
var m;
	if (m!=null)
		m.close();
	m=window.open("http://freehost.com.ua/faq.php?action=bay&id="+id,"","location=no,toolbar=no,width=400,height=300");
	return false;	
}
function domaintest(){	
	
	if (domain.value)
			window.location.href="/domain/domainreg.php?domain="+domain.value+"&ext="+ext.value;
	else
		alert("Вы не указали название домена!");

}
function testsubscr(){
	if (user_mail.value)
		window.location.href="/faq/buleten/?user_mail="+user_mail.value;
	else
		alert("Укажите пожалуйста Ваш e-mail");		
}
function show_oferta(){
	window.open("/oferta.htm","","location=no,navigation=no,width=800,height=600,scrollbars=yes");
	return false
}
function valtestint(ev){
    if ((ev.keyCode<48) || (ev.keyCode>57))
        event.returnValue=false;
}