function formpopup(url, name)
{
	window.open(url,"myWindow","width=495,height=535,left=10,top=10,scrollbars=1");
	return true;
}
