// JavaScript Document

function openwindow()
{
	window.open("form/formular.php", "_blank" ,'scrollbars=yes, width=500,height=500,left=100,top=50');

 
}
