// script to provide link and launch the VPS calculator: //OPEN A WINDOW: function openWin(winurl,winname,winwidth,winheight) { //alert("Running openWin"); var winl = (screen.width - winwidth) / 2; var wint = (screen.height - winheight) / 2; window.open(winurl,winname,"width="+winwidth+",height="+winheight+",top="+wint+",left="+winl+",location=no,menubar=no,directories=no,toolbar=no,status=no,titlebar=no,resizable=yes,scrollbars=yes,modal=yes,dialog=yes,minimizable=no"); } //END WINDOW OPEN function createButton(buttonLabel) { //alert("Running Create Button"); document.write("