function new_windows ( addr,nama_window,tipe ) 
{	
	window.open( addr, nama_window,'left=150,top=110,width=300,height=250,resizable=no,scrollbars=yes' );
}

function ceksubmit2 (str)
{
	if (confirm (str)) return true;
	else return false;
}
