function submitform1()
{
	 document.myform1.submit();
}
function vasavi(a)
{
window.open("picture.asp?id="+a,"","height=410,width=420");
}

var newWindow;
function fr1()
{	
newWindow=window.open('registeronline.asp','win2','width=400,height=150,scrollbars=yes');	
}

function fr2()
{	
newWindow=window.open('disclaimer.asp','win2','width=400,height=150,scrollbars=no');	
}
