//javascript

function Newwindow(url){

		//alert(url);

		bars='resizable=no,directories=no,location=no,menubar=no,status=yes,titlebar=no,toolbar=yes,width=900,height=600,scrollbars=yes';

		open(url,'',bars);

}
// go there edit

function go_thereEdit(url)
{
window.location=url;
}

function FormPop(){
window.open("","_formpop","toolbars=0,location=0,width=900,height=600,scrollbars=yes");
return true;
}