// JavaScript Document
//var theURL = 'mch_hospitality.html'
var width  = 425;
var height = 400;


function popWindow(theURL) {
newWindow = window.open(theURL,'newWindow','toolbar=no,menubar=no,resizable=yes,scrollbars=yes,status=no,location=no,left=10, top=10,width='+width+',height='+height);
}
