function Tab(){
this.title="";
this.location="";
this.img_src="";
this.width=0;
}
function Tabs(){
this.lstPst=new Array
this.selectedTab=0
this.widthTotal=950;
this.heightTotal=29
this.heightTab=26;
this.widthTab=103;
this.widthMarginLeft=20;
this.widthTabGap=2
this.add=add;
this.lineTab=null;
this.writeTabs=writeTabs;
}
function writeTabs(country_id , app_id ){
document.write("
");
document.write(" ");
document.write(" ");
document.write(" ");
document.write(" | ");
for(i=0;i ");
}else{
document.write("  | ");
}
document.write(" ");
document.write(" | ");
}
document.writeln("Sign in of Users | ");
document.write(" ");
document.writeln(" | ");
document.write("
");
document.write("
");
}
function add(t){
this.lstPst.length++
this.lstPst[this.lstPst.length-1]=t
}