function infoWinPop(url, width, height) {
    var infowin = window.open(url,'infoWin','menubar=0,toolbar=0,location=0,resizable=1,scrollbars=1,status=0,left=0,top=0,width=' + width + ',height=' + height);
	infowin.focus();
}
