function openwindowForm(my_html) {
	tallwindow = window.open(my_html,"my_form","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=420 height=520")
	tallwindow.focus()
}





//example: (              javascript:openwindowForm('forms/formQuote.html');                --this code goes in the button



