
function KVM_Store() {
window.location.href="http://www.tron.com/Merchant2/merchant.mv?"
}

function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=no,menubar=no' );
}
function displayWindow2(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=1,scrollbars=yes,menubar=yes' );
}


 function do1() {
         if (!myWind || myWind.close()) {
                 myWind = window.open("kvm_rfp_help.html","","screenX=0,screenY=0,scrollbars,noresizable,height=460,width=275")
         } else{
                 // bring existing subwindow to the front
                 myWind = window.open("kvm_rfp_help.html","","screenX=0,screenY=0,scrollbars,noresizable,height=460,width=275")
         }
 }