var CommPicsCount
var CommPicsURL = "commpics"
var CommPicName = new Array()
var CommPicURL = new Array()

DocTitle(document.title);

document.write( '<TR><TD><IMG alt="Commercials" border=0 src="' + CommPicsURL + '/Commhed.gif"></TD></TR>' );
for (x=1; x<(CommPicsCount + 1); x++)
	{
	document.write( '<TR><TD align=center class=Box>' );
	if (CommPicURL[x] != ""){document.write( '<A target="_blank" href="' + CommPicURL[x] + '" title="">' );}
	document.write( '<IMG border=1 src="' + CommPicsURL + '/' + CommPicName[x] + '.gif" alt="">' );
	if (CommPicURL[x] != ""){document.write( '</A>' );}
	document.write('</TD></TR>' );
	}
document.write( '<TR><TD><IMG border=0 src="' + CommPicsURL + '/Stablefot.gif"></TD></TR>' );
document.write( '<TR><TD bgcolor=#ffffff><IMG border=0 height=5 src="' + CommPicsURL + '/S.gif" width=1></TD></TR>' );

function DocTitle(Page){
	if(Page == "Arab Developers Society [ Lessons ]")
		{
		CommPicsCount = 3
		CommPicName[1] = "Mag02";CommPicURL[1] = ""
		CommPicName[2] = "Pic04";CommPicURL[2] = "http://www.mdc07.com"
		CommPicName[3] = "Pic00";CommPicURL[3] = ""
		}
	else if(Page == "Arab Developers Society [ Free Programs ]")
		{
		CommPicsCount = 3
		CommPicName[1] = "Card";CommPicURL[1] = ""
		CommPicName[2] = "Pic00";CommPicURL[2] = ""
		CommPicName[3] = "Mag01";CommPicURL[3] = "index.html"
		}
	else if(Page == "Arab Developers Society [ Programs ]")
		{
		CommPicsCount = 3
		CommPicName[1] = "desk";CommPicURL[1] = "freeprog.html"
		CommPicName[2] = "Pic00";CommPicURL[2] = ""
		CommPicName[3] = "Pic04";CommPicURL[3] = "http://www.mdc07.com"
		}
	else if(Page == "Arab Developers Society [ Links ]")
		{
		CommPicsCount = 3
		CommPicName[1] = "Card";CommPicURL[1] = "freeprog.html"
		CommPicName[2] = "Pic04";CommPicURL[2] = "http://www.mdc07.com"
		CommPicName[3] = "Pic00";CommPicURL[3] = ""
		}
	else if(Page == "Arab Developers Society [ Articles ]")
		{
		CommPicsCount = 3
		CommPicName[1] = "Balloon";CommPicURL[1] = "freeprog.html"
		CommPicName[2] = "Pic00";CommPicURL[2] = ""
		CommPicName[3] = "Pic00";CommPicURL[3] = ""
		}
	else if(Page == "Arab Developers Society [ Updates ]")
		{
		CommPicsCount = 3
		CommPicName[1] = "Pic00";CommPicURL[1] = ""
		CommPicName[2] = "Pic02";CommPicURL[2] = "http://www.microsoft.com/middleeast/egypt/english/default.aspx"
		CommPicName[3] = "Pic03";CommPicURL[3] = "http://www.google.com"
		}
	else
		{
		CommPicsCount = 3
		CommPicName[1] = "Pic00";CommPicURL[1] = ""
		CommPicName[2] = "Pic00";CommPicURL[2] = ""
		CommPicName[3] = "Pic00";CommPicURL[3] = ""
		}
	}
