var w;
var wset01="menubar=no,scrollbars=yes,resizable=yes,width=991,height=570";
function popup(thisurl,type){
	if(type=="present"){
		w=window.open(thisurl,'popupwindow',wset01);
	}
	w.focus();
}
