function foo() {
   open('www.abiasoft.com');
}


function pass(p){
document.write("<BR>");
document.write("<FORM METHOD=POST ACTION='' name='argy'>");

document.write("<table border='0' cellpadding='0' cellspacing='0' width='750' height='500' align='center'>");
document.write("<tr>");

document.write("<td background='images/header.gif' width='750' height='105' colspan='3'>");

//Flash Start
document.write("<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' WIDTH='750' HEIGHT='104' id='header' ALIGN=''>");
document.write("<PARAM NAME=movie VALUE='flash/header.swf'> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src='flash/header.swf' quality=high bgcolor=#FFFFFF  WIDTH='750' HEIGHT='104' NAME='header' ALIGN='' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/go/getflashplayer'></EMBED>");
document.write("</OBJECT>");
//Flash End

document.write("	</td>");

document.write("</tr>");
document.write("<tr>");
document.write("<td colspan='3' background='images/bg_pg.gif' valign='top' width='750'>");

document.write("<table border='0' cellpadding='0' cellspacing='0' Height='400'>");
document.write("<tr>");
document.write("<td width='10'>&nbsp;</td>");
document.write("<td valign='top'>");

document.write("<!-- Side Panel -->");
document.write("<table border='0' cellpadding='0' cellspacing='3'>");

var ar= new Array();
var kar= new Array();
var i;

ar[0] = "index.asp";
kar[0] = "Welcome";
ar[1] = "news.asp";
kar[1] = "News";
ar[2] = "engclass.asp";
kar[2] = "English Classes";
ar[3] = "summerschool.asp";
kar[3] = "Summer School";
ar[4] = "ourteam.asp";
kar[4] = "Our Team";
ar[5] = "students.asp";
kar[5] = "Students";
ar[6] = "galleries.asp";
kar[6] = "Photo Gallery";
ar[7] = "links.asp";
kar[7] = "Useful Links";
ar[8] = "contactus.asp";
kar[8] = "Contact us";

for (i=0;i<9;i++)
{
	if(p != i){
		document.write("<tr>");
		document.write("<td background='images/link_1.gif' onmouseover='javascript:MenuButton(this,0)' onmouseout='javascript:MenuButton(this,1)' width='170' height='30' align='center' valign='top' class='ButtonText' onClick=javascript:MoveSite('" + ar[i] + "')>" + kar[i] + "</td>");
		document.write("</tr>");
	}else{
		document.write("<tr>");
		document.write("<td background='images/link_1_in.gif' width='170' height='30' align='center' valign='top' class='ButtonText' onClick=javascript:MoveSite('" + ar[i] + "')>" + kar[i] + "</td>");
		document.write("</tr>");
	}
}

document.write("</table>");
document.write("<!-- Side Panel -->");

document.write("</td>");
document.write("<td width='40'>&nbsp;</td>");

document.write("<td align='center' valign='top' width='510'>");

}
