// JavaScript Document
function openFORMwindow(WHICHform, path){
	var CALLtext;
	CALLtext = '?FORMnum='+WHICHform;
	window.open(path+'__form/form_actual.html'+CALLtext,'','scrollbars=1,width=540,height=560');
}
