");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("POWER CLUSTER GROUP");
win.document.writeln("");
win.document.writeln("
");
if (host == 1)
{
win.document.writeln("
");
}
else if (host == 2)
{
win.document.writeln("");
}
else if (host == 3)
{
win.document.writeln("");
}
else if (host == 4)
{
win.document.writeln("");
}
win.document.writeln("Model Name : Dell PowerEdge 6300
");
win.document.writeln("Group Name : Power Cluster
");
win.document.writeln("
");
win.document.writeln("Detailed Information
");
win.document.writeln("Processes : PIII Xeon 500 x 4
");
win.document.writeln("Network Cards : eepro100
");
win.document.writeln("Memory : 1G
");
win.document.writeln("Disk Space : 18G
");
win.document.writeln("OS Installed : Redhat 6.0/2.2.5
");
win.document.writeln("
");
win.document.writeln("");
}
function power_alr (win, host) {
win.document.writeln("Information of Power Cluster");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("POWER CLUSTER GROUP");
win.document.writeln("");
win.document.writeln("
");
if (host == 1)
{
win.document.writeln("
");
}
else if (host == 2)
{
win.document.writeln("");
}
win.document.writeln("Model Name : ALR Revolution 6X6
");
win.document.writeln("Group Name : Power Cluster
");
win.document.writeln("
Detailed Information");
win.document.writeln("Processes : Pentium Pro/200 x 4
");
win.document.writeln("Network Cards : eepro100/tulip/atm
");
win.document.writeln("Memory : 256M
");
win.document.writeln("Disk Space : 4G
");
win.document.writeln("OS Installed : Redhat 5.0/2.1.90
");
win.document.writeln("
");
win.document.writeln("");
}
function fast_cl (win) {
win.document.writeln("Information of Fast Cluster");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("FAST CLUSTER GROUP");
win.document.writeln("");
win.document.writeln("
");
win.document.writeln("Group Name : Fast Cluster
");
win.document.writeln("Processes : Celeron 300A x 2
");
win.document.writeln("Network Cards : tulip
");
win.document.writeln("Memory : 128M
");
win.document.writeln("Disk Space : 10.1G
");
win.document.writeln("OS Installed : Mandrake5.3/2.2.1
");
win.document.writeln("Host Name :
");
win.document.writeln("
");
win.document.writeln("
");
win.document.writeln("");
}
function wchip_cl (win, host) {
win.document.writeln("Information of Real1 Cluster");
if (host==1)
{
win.document.writeln("");
} else if (host==2)
{
win.document.writeln("");
} else if (host==3) {
win.document.writeln("");
} else if (host==4) {
win.document.writeln("");
}
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("REAL1 CLUSTER GROUP");
win.document.writeln("");
win.document.writeln("
");
win.document.writeln("Group Name : Real1 Cluster
");
win.document.writeln("Processes : Pentium 80
");
win.document.writeln("Manufacture : Comtech
");
win.document.writeln("Network Cards : 3c590(10M)/tulip
");
win.document.writeln("Memory : 32M
");
win.document.writeln("Disk Space : 0.48G
");
win.document.writeln("OS Installed : Redhat5.2/2.0.36
");
win.document.writeln("Host Name :
");
win.document.writeln("
");
if (host == 1)
win.document.writeln("
");
else if (host == 3)
win.document.writeln("
");
else if (host == 2)
win.document.writeln("
");
else if (host == 4)
win.document.writeln("
");
win.document.writeln("");
}
function login (win) {
win.document.writeln("Information of Login Machines");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("");
win.document.writeln("LOGIN MACHINES");
win.document.writeln("");
win.document.writeln("
");
win.document.writeln("Group Name : Login Machines
");
win.document.writeln("Host Name :
");
win.document.writeln("
");
win.document.writeln("
");
win.document.writeln("");
}
function show_info (device) {
var infoWin = window.open("","","resizable=1,height=600,width=450");
infoWin.document.writeln("");
infoWin.document.writeln("");
if (device == 1)
power_dell(infoWin, 1);
else if (device == 2)
power_dell(infoWin, 2);
else if (device == 3)
power_dell(infoWin, 3);
else if (device == 4)
power_dell(infoWin, 4);
else if (device == 5)
power_alr(infoWin, 1);
else if (device == 6)
power_alr(infoWin, 2);
else if (device == 0)
switch_info(infoWin, 0);
else if (device == 9)
switch_info(infoWin, 9);
else if (device == 10)
switch_info(infoWin, 10);
else if (device == 7)
wchip_cl(infoWin, 1)
else if (device == 8)
wchip_cl(infoWin, 2)
else if (device == 11)
fast_cl(infoWin);
else if (device == 12)
login(infoWin);
else if (device == 13)
wchip_cl(infoWin, 3)
else if (device == 14)
wchip_cl(infoWin, 4)
infoWin.document.writeln("");
infoWin.document.clear();
infoWin.document.close();
}
//-->