function left() {
var output="";
output += "<td width='20%'><img src='../images/leftlinks.gif' width='194' height='351' usemap='#Map10' border='0'><br>\n";
output += "<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=\"230\" HEIGHT=\"170\" id=\"introsmall\">\n";
output += "<PARAM NAME=movie VALUE=\"../introsmall.swf\"> \n";
output += "<PARAM NAME=quality VALUE=high> \n";
output += "<PARAM NAME=wmode VALUE=transparent> \n";
output += "<PARAM NAME=bgcolor VALUE=#FFFFFF> \n";
output += "<EMBED src=\"../introsmall.swf\" quality=high wmode=transparent bgcolor=#FFFFFF  WIDTH=\"580\" HEIGHT=\"360\" NAME=\"introsmall\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\">\n";
output += "</EMBED>\n";
output += "</OBJECT>\n";
output += "</td>\n";

output += "  <map name=\"Map10\">\n";
//output += "  <area shape=\"rect\" coords=\"2,3,48,27\" href=\"profile.html\">\n";
output += "  <area shape=\"rect\" coords=\"3,7,78,25\" href=\"../center.html\">\n";
output += "  <area shape=\"rect\" coords=\"2,32,129,54\" href=\"../direct-message.html\">\n";
output += "  <area shape=\"rect\" coords=\"3,60,118,80\" href=\"../art&gallery.html\">\n";
output += "  <area shape=\"rect\" coords=\"3,87,117,110\" href=\"../members.html\">\n";
output += "  <area shape=\"rect\" coords=\"3,116,61,138\" href=\"../media.html\">\n";
output += "  <area shape=\"rect\" coords=\"3,145,77,168\" href=\"../reference.html\">\n";
output += "  <area shape=\"rect\" coords=\"3,173,131,196\" href=\"../hunting-islam.html\">\n";
output += "  <area shape=\"rect\" coords=\"3,201,185,226\" href=\"../history.html\">\n";
output += "  <area shape=\"rect\" coords=\"4,233,56,256\" href=\"../map.html\">\n";
output += "  <area shape=\"rect\" coords=\"3,264,111,284\" href=\"../form.html\">\n";
output += "  <area shape=\"rect\" coords=\"3,293,84,312\" href=\"../guestbook.html\">\n";
output += "  <area shape=\"rect\" coords=\"4,318,74,343\" href=\"../contact.html\">\n";
output += "</map>\n";
return output;
}


function right() {
var output="";
output += "   <td width='20%' align='right'><img src='../images/rightlinks.gif' width='132' height='356' usemap='#Map11' border='0'><br>\n";
output += "</td>\n";
output += "<map name=\"Map11\">\n";
//output += "  <area shape=\"rect\" coords=\"75,2,129,21\" href=\"profile.html\">\n";
output += "  <area shape=\"rect\" coords=\"81,5,129,23\" href=\"center.html\">\n";
output += "  <area shape=\"rect\" coords=\"44,32,130,54\" href=\"direct-message.html\">\n";
output += "  <area shape=\"rect\" coords=\"46,58,130,80\" href=\"../art&gallery.html\">\n";
output += "  <area shape=\"rect\" coords=\"41,90,130,111\" href=\"../members.html\">\n";
output += "  <area shape=\"rect\" coords=\"82,121,130,140\" href=\"../media.html\">\n";
output += "  <area shape=\"rect\" coords=\"82,147,130,168\" href=\"reference.html\">\n";
output += "  <area shape=\"rect\" coords=\"29,173,130,197\" href=\"../hunting-islam.html\">\n";
output += "  <area shape=\"rect\" coords=\"4,205,130,230\" href=\"../history.html\">\n";
output += "  <area shape=\"rect\" coords=\"80,237,129,260\" href=\"../map.html\">\n";
output += "  <area shape=\"rect\" coords=\"2,267,130,292\" href=\"../form.html\">\n";
output += "  <area shape=\"rect\" coords=\"58,299,130,320\" href=\"../guestbook.html\">\n";
output += "  <area shape=\"rect\" coords=\"68,330,129,350\" href=\"../contact.html\">\n";
output += "</map>\n";
return output;
}

function footer()
{
var output ="";
output +="<td  height='50' colspan=3 align=center>\n";
output +="<br><font color=black face=arial size=3><a href='copyright.html' style=text-decoration:none target=_new><font color=black> \n";
output +=" <b>© All rights Reserved Arabian Saluki Center</font></a><br>\n";
output +="<font size=2><b>Site Designed and Developed by SALUKI OF ARABIA \n";
output +="<a href=http://www.salukiofarabia.com target=_blank style=text-decoration:none>\n";


//output +="<br><font size=2 face=arial><b>Site Conceptialised by <font color=brown><i>Mr. Hamad Al Ghanam</i></font> and <br>\n";
//output +="Developed by <a href=http://www.cgi.co.in target=_blank style=text-decoration:none><font color=brown><i>Cyber Globe India Pvt. Ltd</i></font></a>. \n";
//output +="<br><b><a href='copyright.html' style=text-decoration:none target=_new>\n";
//output +="<font face=arial size=2 color=black>&#169; All Rights Reserved. Arabian Saluki Center</font></a></b></td>\n";
return output;
}



function getAppVersion()
{ appname= navigator.appName;appversion = navigator.appVersion; majorver = appversion.substring(0, 1);if ( (appname == "Netscape" || appname == "Microsoft Internet Explorer") && ( majorver >= 3 ))  return 1; if ( (appname == "Microsoft Internet Explorer") && (majorver >= 4) ) return 1;return 0;}
if (getAppVersion()){
var uae1over = new Image();
uae1over.src = "../images/nextarrowon.gif";
var uae2over = new Image();
uae2over.src = "../images/backarrowon.gif";
var uae1out = new Image();
uae1out.src = "../images/nextarrow.gif";
var uae2out = new Image();
uae2out.src = "../images/backarrow.gif";
}
function img_over(imgName){
Overimg = eval(imgName + "over.src");
document [imgName].src = Overimg;}
function img_out(imgName){
Outimg = eval(imgName + "out.src");
document [imgName].src = Outimg;}