document.write('
Just a moment please ....

opening the page ...
');
var ld=(document.all);
var ns4=document.layers;
var ns6=document.getElementById&&!document.all;
var ie4=document.all;
if (ns4) ld=document.loading; else if (ns6) ld=document.getElementById("loading").style; else if (ie4) ld=document.all.loading.style;
function init() { if(ns4){ld.visibility="hidden";} else if (ns6||ie4) ld.display="none"; }
function showit(clk){
if(clk == 1){ document.getElementById("progresscontent").style.display = "block";
}else{ document.getElementById("progresscontent").style.display = "none";
document.getElementById("progresscontentr").style.display = "none"; } }
function showlink(clk,id){
if(clk == 1){ document.getElementById("linkcontent-" + id).style.display = "block";
}else{ document.getElementById("linkcontent-" + id).style.display = "none"; } }
document.write('');
function highlight(elemnt) {
document.getElementById(elemnt).select();
document.getElementById(elemnt).focus();
if (document.all) {
textRange = document.getElementById(elemnt).createTextRange();
textRange.execCommand('RemoveFormat');
textRange.execCommand('Copy');
alert('copy is done');
}
}
var bkcolor = "";
var bkcolor2 = "";
function getColor(t, f) {
var c;
c = showModalDialog("colors.htm","","help:no; status:no; dialogHeight:190px; dialogWidth:450px");
if (c == "-1" || (f == 0 && c == ""))
return t;
else
return c;
}