function showbi(fpath,width,height)
{
	scroll_p = "no";
	bg_color = "#FFFFFF";
	window_title = "Клуб морских путешественников : фото";
	//width += 17;
	//height += 17;



newdoc=window.open('','','toolbar=no,location=no,status=no,menubar=no,resizable=no, directories=no, scrollbars='+scroll_p+',width='+width+', height='+height+', top=45, left=45');
newdoc.document.open();
newdoc.document.writeln('<html><head><title>'+window_title+'</title></head>');
newdoc.document.writeln('<body style="margin:0;background-color:'+bg_color+'"><img src="'+fpath+'" border=0></body></html>');

newdoc.document.close();


}

function test_email(mail)
{
	var emailPatterns = /^\w[-_a-z~.0-9]+@\w[-_a-z~.0-9]+\.[a-z]{2}[a-z]*$/i;
	if (!emailPatterns.test(mail)) return false;
	return true;	
}	


function subscr()
{
	email = document.getElementById('e_mail').value;
	if (test_email(email))
	{
window.open('subscribe.php?email='+email,'','toolbar=no,location=no,status=no,menubar=no,resizable=no, directories=no, scrollbars=no,width=300, height=50, top=45, left=45');
	}
	else
	alert('Введите, пожалуйста, корректный e-mail');

}

cl_flag = 0;
