function OpenOnExitPopup()
{
	var my_window = window.open ("on-exit.html",  "mywindow1", "status=0,width=600,height=350");  
}
