function OpenForm(url){
window.open(url,"FORM","toolbar=no,location=no,status=no,scrollbars=yes,width=580,height=600");
}
