lokasi = new Array(
new Array(
new Array("Indonesia", "Indonesia")
),
new Array(
new Array("Indonesia", "Indonesia"),
new Array("Singapore", "Singapore"),
new Array("Eropa", "Eropa"),
new Array("USA", "USA")
),
new Array(
new Array("Indonesia", "Indonesia"),
new Array("Hongkong", "Hongkong")
),
new Array(
new Array("Indonesia", "Indonesia")
),
new Array(
new Array("Indonesia", "Indonesia"),
new Array("Eropa", "Eropa")
),
new Array(
new Array("Indonesia", "Indonesia")
),
new Array(
new Array("Indonesia", "Indonesia")
)
);
function fillSelectFromArray(selectCtrl, itemArray, goodPrompt, badPrompt, defaultItem) {
var i, j;
var prompt;
// empty existing items
for (i = selectCtrl.options.length; i >= 0; i--) {
selectCtrl.options[i] = null; 
}
prompt = (itemArray != null) ? goodPrompt : badPrompt;
if (prompt == null) {
j = 0;
}
else {
selectCtrl.options[0] = new Option(prompt);
j = 1;
}
if (itemArray != null) {
// add new items
for (i = 0; i < itemArray.length; i++) {
selectCtrl.options[j] = new Option(itemArray[i][0]);
if (itemArray[i][1] != null) {
selectCtrl.options[j].value = itemArray[i][1]; 
}
j++;
}
// select first item (prompt) for sub list
selectCtrl.options[0].selected = true;
   }
}
//  End -->


tipeacc = new Array(
new Array(
new Array("Park Domain - 1 MB + Mail forward", "Park Domain - 1 MB + Mail forward(Rp.10000/thn)")
),
new Array(
new Array("Linux Personal 1 - 30 MB", "Linux Personal 1 - 30 MB (5.000 ,-/bln)"),
new Array("Linux Personal 2 - 150 MB", "Linux Personal 2 - 150 MB (12.000,-/bln)"),
new Array("Linux Personal 3 - 300 MB", "Linux Personal 3 - 300 MB (20.000,-/bln)"),
new Array("Linux Personal 4 - 600 MB", "Linux Personal 4 - 600 MB (30.000,-/bln)"),
new Array("Linux Personal 5 - 1 GB", "Linux Personal 5 - 1 GB (45.000,-/bln)"),
new Array("Linux Personal 6 - 2 GB", "Linux Personal 6 - 2 GB (60.000,-/bln)"),
new Array("Linux Professional 1 - 500 MB", "Linux Professional 1 - 500 MB (35.000,-/bln)"),
new Array("Linux Professional 2 - 1 GB", "Linux Professional 2 - 1 GB (50.000,-/bln)"),
new Array("Linux Professional 3 - 2 GB", "Linux Professional 3 - 2 GB (90.000,-/bln)"),
new Array("Linux Professional 4 - 4 GB", "Linux Professional 4 - 4 GB (150.000,-/bln)"),
new Array("Linux Professional 5 - 10 GB", "Linux Professional 5 - 10 GB (200.000,-/bln)"),
new Array("Linux Professional 6 - 20 GB", "Linux Professional 6 - 20 GB (400.000,-/bln)"),
new Array("Linux Professional 7 - Unlimited", "Linux Professional 7 - Unlimited (1.000.000,-/bln)"),
new Array("Linux Webfarm 1 - 600 MB", "Linux Webfarm 1 - 600 MB (100.000,-/bln)"),
new Array("Linux Webfarm 2 - 2 GB", "Linux Webfarm 2 - 2 GB (175.000,-/bln)"),
new Array("Linux Webfarm 3 - 4 GB", "Linux Webfarm 3 - 4 GB (250.000,-/bln)"),
new Array("Linux Webfarm 4 - 10 GB", "Linux Webfarm 4 - 10 GB (350.000,-/bln)"),
new Array("Linux Webfarm 5 - 20 GB", "Linux Webfarm 5 - 20 GB (450.000,-/bln)"),
new Array("Linux Webfarm 6 - 50 GB", "Linux Webfarm 6 - 50 GB (600.000,-/bln)")
),
new Array(
new Array("BSD Personal 1 - 30 MB", "BSD Personal 1 - 30 MB (3.500,-/bln)"),
new Array("BSD Personal 2 - 150 MB", "BSD Personal 2 - 150 MB (10.000,-/bln)"),
new Array("BSD Personal 3 - 300 MB", "BSD Personal 3 - 300 MB (15.000,-/bln)"),
new Array("BSD Personal 4 - 600 MB", "BSD Personal 4 - 600 MB (25.000,-/bln)"),
new Array("BSD Personal 5 - 1 GB", "BSD Personal 5 - 1 GB (35.000,-/bln)"),
new Array("BSD Personal 6 - 2 GB", "BSD Personal 6 - 2 GB (50.000,-/bln)"),
new Array("BSD Professional 1 - 500 MB", "BSD Professional 1 - 500 MB (30.000,-/bln)"),
new Array("BSD Professional 2 - 1 GB", "BSD Professional 2 - 1 GB (40.000,-/bln)"),
new Array("BSD Professional 3 - 2 GB", "BSD Professional 3 - 2 GB (75.000,-/bln)"),
new Array("BSD Professional 4 - 4 GB", "BSD Professional 4 - 4 GB (125.000,-/bln)"),
new Array("BSD Professional 5 - 10 GB", "BSD Professional 5 - 10 GB (175.000,-/bln)"),
new Array("BSD Professional 6 - 20 GB", "BSD Professional 6 - 20 GB (350.000,-/bln)"),
new Array("BSD Professional 7 - Unlimited", "BSD Professional 7 - Unlimited (900.000,-/bln)"),
new Array("BSD Webfarm 1 - 600 MB", "BSD Webfarm 1 - 600 MB (85.000,-/bln)"),
new Array("BSD Webfarm 2 - 2 GB", "BSD Webfarm 2 - 2 GB (150.000,-/bln)"),
new Array("BSD Webfarm 3 - 4 GB", "BSD Webfarm 3 - 4 GB (225.000,-/bln)" ),
new Array("BSD Webfarm 4 - 10 GB", "BSD Webfarm 4 - 10 GB (975.000,-/bln)"),
new Array("BSD Webfarm 5 - 20 GB", "BSD Webfarm 5 - 20 GB (1.200.000,-/bln)"),
new Array("BSD Webfarm 6 - 50 GB", "BSD Webfarm 6 - 50 GB (1.575.000,-/bln)")
),
new Array(
new Array("W2003 Professional 1 - 250 MB", "W2003 Professional 1 - 250 MB (50.000,-/bln)"),
new Array("W2003 Professional 2 - 500 MB", "W2003 Professional 2 - 500 MB (100.000,-/bln)"),
new Array("W2003 Professional 3 - 1 GB", "W2003 Professional 3 - 1 GB (150.000,-/bln)"),
new Array("W2003 Professional 4 - 2 GB", "W2003 Professional 4 - 2 GB (250.000,-/bln)"),
new Array("W2003 Professional 5 - 5 GB", "W2003 Professional 5 - 5 GB (500.000,-/bln)"),
new Array("W2003 Professional 6 - 10 GB", "W2003 Professional 6 - 10 GB (800.000,-/bln)"),
new Array("W2003 Professional 7 - Unlimited", "W2003 Professional 7 - Unlimited (1.200.000,-/bln)")
),
new Array(
new Array("VPS (Virtual Private Server) 1 - 256M", "VPS (Virtual Private Server) 1  - 256M"),
new Array("VPS (Virtual Private Server) 2 - 384M", "VPS (Virtual Private Server) 2  - 384M"),
new Array("VPS (Virtual Private Server) 3 - 512M", "VPS (Virtual Private Server) 3  - 512M"),
new Array("VPS (Virtual Private Server) 4 - 768M", "VPS (Virtual Private Server) 4  - 768M"),
new Array("VPS (Virtual Private Server) 5 - 1024M", "VPS (Virtual Private Server) 5 - 1024M"),
new Array("VPS (Virtual Private Server) 6 - 1536M", "VPS (Virtual Private Server) 6 - 1536M"),
new Array("VPS (Virtual Private Server) 7 - 2048M", "VPS (Virtual Private Server) 7 - 2048M"),
new Array("VPS (Virtual Private Server) Intro - 128M", "VPS (Virtual Private Server) Intro - 128M")
),
new Array(
new Array("Colocation 1 -  512 kbps", "Colocation 1 -  512 kbps"),
new Array("Colocation 2 - 1 mbps", "Colocation 2 - 1 mbps"),
new Array("Colocation 3 - 2 mbps", "Colocation 3 - 2 mbps")
),
new Array(
new Array("Dedicated Intro - 512 kbps", "Dedicated Intro - 512 kbps"),
new Array("Dedicated 1a - 512 kbps", "Dedicated 1a - 512 kbps"),
new Array("Dedicated 1b - 512 kbps", "Dedicated 1b - 512 kbps"),
new Array("Dedicated 2a - 1 mbps", "Dedicated 2a - 1 mbps"),
new Array("Dedicated 2b - 1 mbps", "Dedicated 2b - 1 mbps"),
new Array("Dedicated 3 - 2 mbps", "Dedicated 3 - 2 mbps")
)
);
function fillSelectFromArray(selectCtrl, itemArray, goodPrompt, badPrompt, defaultItem) {
var p, k;
var prompt;
// empty existing items
for (p = selectCtrl.options.length; p >= 0; p--) {
selectCtrl.options[p] = null; 
}
prompt = (itemArray != null) ? goodPrompt : badPrompt;
if (prompt == null) {
k = 0;
}
else {
selectCtrl.options[0] = new Option(prompt);
k = 1;
}
if (itemArray != null) {
// add new items
for (p = 0; p < itemArray.length; p++) {
selectCtrl.options[k] = new Option(itemArray[p][0]);
if (itemArray[p][1] != null) {
selectCtrl.options[k].value = itemArray[p][1]; 
}
k++;
}
// select first item (prompt) for sub list
selectCtrl.options[0].selected = true;
   }
}
//  End -->



os = new Array(
new Array(
new Array("System Operasi hanya untuk Paket VPS Hosting", "- ")
),
new Array(
new Array("System Operasi hanya untuk Paket VPS Hosting", "-")
),
new Array(
new Array("System Operasi hanya untuk Paket VPS Hosting", "-")
),
new Array(
new Array("System Operasi hanya untuk Paket VPS Hosting", "-")
),
new Array(
new Array("Silahkan pilih System Operasi VPS Hosting Anda", "Silahkan pilih System Operasi VPS Hosting Anda"),
new Array("Ubuntu Server 8.04", "Ubuntu Server 8.04"),
new Array("Ubuntu Server 8.10", "Ubuntu Server 8.10"),
new Array("Ubuntu Server 9.04", "Ubuntu Server 9.04"),
new Array("Ubuntu Server 9.10,  "Ubuntu Server 9.10"),
new Array("Centos 5.2 (versi free dari RedHat Enterprise Linux)", "Centos 5.2 (versi free dari RedHat Enterprise Linux)"),
new Array("Centos 5.3 (versi free dari RedHat Enterprise Linux)", "Centos 5.3 (versi free dari RedHat Enterprise Linux)"),
new Array("Centos 5.4 (versi free dari RedHat Enterprise Linux)", "Centos 5.4 (versi free dari RedHat Enterprise Linux)"),
new Array("Fedora 10", "Fedora 10"),
new Array("OpenSuse 11", "OpenSuse 11"),
new Array("FreeBSD 7.0", "FreeBSD 7.0"),
new Array("FreeBSD 7.1", "FreeBSD 7.1"),
new Array("FreeBSD 7.2", "FreeBSD 7.2"),
new Array("Windows 2003 Web Edition (*Lokasi Server Eropa Tidak Support)", "Windows 2003 Web Edition (*Lokasi Server Eropa Tidak Support)")
),
new Array(
new Array("System Operasi hanya untuk Paket VPS Hosting", "-")
),
new Array(
new Array("System Operasi hanya untuk Paket VPS Hosting", "-")
)
);
function fillSelectFromArray(selectCtrl, itemArray, goodPrompt, badPrompt, defaultItem) {
var g, t;
var prompt;
// empty existing items
for (g = selectCtrl.options.length; g >= 0; g--) {
selectCtrl.options[g] = null; 
}
prompt = (itemArray != null) ? goodPrompt : badPrompt;
if (prompt == null) {
t = 0;
}
else {
selectCtrl.options[0] = new Option(prompt);
t = 1;
}
if (itemArray != null) {
// add new items
for (g = 0; g < itemArray.length; g++) {
selectCtrl.options[t] = new Option(itemArray[g][0]);
if (itemArray[g][1] != null) {
selectCtrl.options[t].value = itemArray[g][1]; 
}
t++;
}
// select first item (prompt) for sub list
selectCtrl.options[0].selected = true;
   }
}
//  End -->




