function Photo( id, name, image, width, height )
{
windowLeaving=window.open("",id,"scrollbars=no,toolbar=no,location=no,directories=no,status=no,width="+width+",height="+height+"" );
windowLeaving.document.open();
windowLeaving.document.writeln("<html><head><title>"+name+"</title>"+"<body onload='window.focus();' bgcolor='white' text=white  topmargin='0' leftmargin='0' marginwidth='0' marginheight='0'>"+'<img src="' + image + '" border=0>'+'</head></html>');
windowLeaving.document.close();
return false;
}

function show_submenu(element){
	element.childNodes[1].style.display = 'block';
}
function hide_submenu(element){
	element.childNodes[1].style.display = 'none';
}
function hide_this_submenu(element){
	element.style.visibility = 'hidden';
}
function show_this_submenu(element){
	element.style.visibility = 'visible';
}


function in1click(element)
{
	if(element.value == 'введите ключевые слова'){element.value = '';}
}
function in1UNclick(element)
{
	if(element.value == ''){element.value = 'введите ключевые слова';}
}


function intextclick(element)
{
	if(element.value == 'введите ваш e-mail'){element.value = '';}
}
function intextUNclick(element)
{
	if(element.value == ''){element.value = 'введите ваш e-mail';}
}