<!--
function wWin(url,w,h) {
	var newWin = window.open(url,"newWin","width="+ w +",height="+ h + ",location=no,directories=0,status=no,menuBar=no,scrollBars=yes,resizable=yes");
	newWin.focus();
}

function popUp(url) {
	sealWin=window.open(url,"win",'toolbar=0,location=1,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width=680,height=450');
	self.name = "mainWin";
}

function showMete() {
	window.open('../../jsp/misc/metavante.jsp','Metavante','width=500,height=200,left=50,top=25,menubar=no,location=no,scrollbars=yes,resizable=yes');
}


//-->