function menu()
{
 var okflash=false;

with (navigator) if (appName.indexOf('Microsoft')!=-1 && 
appVersion.indexOf('Mac')==-1)
document.write(''+
'<scr'+'ipt language="VBScript">\nOn error resume next\n'+
'flash = NOT IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash.6"))\n</scr'+'ipt>');

okflash=window.flash;

with (navigator) if (appName.indexOf('Microsoft')==-1 || (plugins && plugins.length) ){
    okflash=(plugins && plugins["Shockwave Flash"]);
 				  }
				  else if (appVersion.indexOf('3.1')==-1) { 
    okflash=window.flash;
	}	else{ okflash=false;}
	



if (okflash) 
{
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="100%" height="100%" id="MenuPageSmall.swf" ALIGN="">');
document.write('<PARAM NAME=movie VALUE="../Flash/MenuPageSmall.swf"><param name="BGCOLOR" value="#FFCC99"> <PARAM NAME="quality" VALUE="high"><param name="SCALE" value="exactfit"> <param name="menu" value="true" /> ');
document.write('<EMBED src="../Flash/MenuPageSmall.swf" quality="high" menu="true" WIDTH="780" HEIGHT="85" NAME="MenuPageSmall.swf" bgcolor="#FFCC99" scale="exactfit" ALIGN="center" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>');
document.write('</OBJECT>');




}

if (!okflash)
{
document.write('<img id="SmallMenuImage"  src="../FLASH/MENUPAGESMALLIMAGE.gif" width="779"  valign="top" alt="Abhigyan -The five colors of learning.">'); 


}


}



function copyright()
{
document.write("2005 ABHIGYAN •UPTEC Computer Consultancy  Ltd.");

return true;
}


