<!--

function openpopup(popurl){
var newwindow=window.open(popurl,"ReliZapp","width=500,height=500,left=200,top=200,scrollbars,resizable");

	if (window.focus) {newwindow.focus()}
}

//-->
