var NewWindow;
function Openl(URL){
	NewWindow=window.open("bail pop-up frameset.html", "NewWindow", "width=700,height=525,scrollbars=true");
	setTimeout("NewWindow.location.href='" + URL + "';", 1000);
}