var popupWin;

function ifrWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable=0,toolbar=yes,location=no,scrollbars=yes,left=2,top=10,status=no,width=685,height=520");
			           }

function formWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable=0,toolbar=no,location=no,scrollbars=yes,left=2,top=10,status=yes,width=635,height=520");
                       }

function openWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable=0,toolbar=yes,location=yes,scrollbars=yes,left=50,top=85,width=350,height=380");
                       }

function disclaimWin(url, name) {			
                         popupWin = window.open(url, name,
                       "resizable=0,toolbar=no,scrollbars=yes,left=50,top=100,width=355,height=425");
                       }

function briefWin(url, name) {
                         popupWin = window.open(url, name,
                       "resizable=0,toolbar=no,scrollbars=auto,left=5,top=5,width=640,height=480");
                       }
					   
function openAdobe(url, name) {
                         popupWin = window.open(url, name,
                       "resizable=0,toolbar=no,location=yes,scrollbars=yes,left=300,top=100,width=635,height=520");
					   }					   


function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
