// JavaScript Document
function demoWin(theURL,winName,features){
window.open(theURL,'demo',"width=850,height=700,scrollbars=yes,status=no,resizable=no,toolbar=yes,location=no,menubar=no");
}
function demoWin2(theURL,winName,features){
window.open(theURL,'demo2',"width=850,height=700,scrollbars=yes,status=no,resizable=no,toolbar=yes,location=no,menubar=no");
}
function demoWin3(theURL,winName,features){
window.open(theURL,'demo3',"width=1100,height=700,scrollbars=no,status=no,resizable=no,toolbar=yes,location=no,menubar=no");
}
function demoWin4(theURL,winName,features){
window.open(theURL,'demo4',"width=320,height=470,scrollbars=yes,status=no,resizable=no,toolbar=yes,location=no,menubar=no");
}
function mapWin(theURL,winName,features){
window.open(theURL,'map',"width=660,height=690,scrollbars=yes,status=no,resizable=no,toolbar=yes,location=no,menubar=no");
}

