\n');
}
function support_DoFSCommand(command, args) {
var supportObj = isInternetExplorer ? document.all.support : document.support;
//
// Place your code here.
if (command == "openAppWin1"){
window.open("http://www.perfectstormmedia.com/support/diagram1.htm","Application1","HEIGHT=350,WIDTH=495");
}
if (command == "openAppWin2"){
window.open("http://www.perfectstormmedia.com/support/diagram3.htm","Application2","HEIGHT=350,WIDTH=500");
}
if (command == "openAppWin3"){
window.open("http://www.perfectstormmedia.com/support/psm_diagram_050905.htm","Application3","HEIGHT=580,WIDTH=635");
}
if (command == "openAppWin4"){
newwin();
}
if (command == "openAppWin6"){
window.open("http://www.perfectstormmedia.com/support/form.htm","Application4","HEIGHT=545,WIDTH=580");
}
if (command == "openAppWin7"){
//alert('openAppWin7bx');
// MM_openBrWindow()
//window.open('','Application7','width=580, height=430');
window.open("http://www.perfectstormmedia.com/support/psm_diagram1_050815.htm","Application7","HEIGHT=430,WIDTH=580");
}
if (command == "openAppWin8"){
window.open("http://www.perfectstormmedia.com/support/psm_diagram2_050815.htm","Application8","HEIGHT=420,WIDTH=580");
}
if (command == "openAppWin9"){
window.open("http://www.perfectstormmedia.com/support/clntTest.htm","Application9","HEIGHT=270,WIDTH=560");
}
if (command == "openAppWin99"){
window.open("http://www.perfectstormmedia.com/support/contact_form.php","Application9","HEIGHT=450,WIDTH=500");
}
if (command == "openAppWin5"){
window.open("http://www.perfectstormmedia.com/phpinfo.php","Application5","HEIGHT=545,WIDTH=580");
}
//
}
//-->