var newwindow;
function mabook(url)
{
	newwindow=window.open(url,'name','height=600,width=800,menubar=yes,toolbar=yes');
	if (window.focus) {newwindow.focus()}
}

var newwindow;
function resume(url)
{
	newwindow=window.open(url,'name','height=825,width=600,menubar=yes,toolbar=yes');
	if (window.focus) {newwindow.focus()}
}
