// JavaScript Document
document.write('<table width="0" style="position:absolute;display:none;" id="searchpop1"  border="0" cellspacing="0" cellpadding="0" onMouseOver="document.getElementById(\'searchpop1\').style.display=\'\';" onMouseOut="document.getElementById(\'searchpop1\').style.display=\'none\'">\
		 <tr>\
		<td bgcolor="#000000" valign="top">\
			<table width="0" border="0" cellspacing="0" cellpadding="0">\
			  <tr>\
				<td style="padding:6px">\
					<table width="0" border="0" cellspacing="0" cellpadding="0">\
					  <tr>\
						<td><a href="about_jbc.htm" class="dropdown">About Us</a></td>\
						</tr>\
								<tr>\
								<td height="10px"></td>\
								</tr>\
								<tr>\
						<td><a href="teachers.htm" class="dropdown">Our Teachers and Staff</a></td>\
						</tr>\
								<tr>\
								<td height="10px"></td>\
								</tr>\
								<tr>\
						<td><a href="agents.htm" class="dropdown">Agents</a></td>\
						</tr>\
								<tr>\
								<td height="10px"></td>\
								</tr>\
								<tr>\
						<td><a href="http://www.photoshow.net/jbclanguage" class="dropdown">Photo Gallery</a></td>\
						</tr>\
								<tr>\
								<td height="10px"></td>\
								</tr>\
								<tr>\
						<td><a href="contactus.htm" class="dropdown">Contact us</a></td>\
					  </tr>\
					</table>\
				</td>\
			  </tr>\
			</table>\
		</td>\
	  </tr>\
	 </table>');

var act_cit_id;
function searchpop1(objec1){
act_cit_id=objec1.id;
var curleft = curtop = 0;
		if (objec1.offsetParent) {
		curleft = objec1.offsetLeft
		curtop = objec1.offsetTop
		while (objec1 = objec1.offsetParent) {
			curleft += objec1.offsetLeft
			curtop += objec1.offsetTop;
		}
	}
	document.getElementById('searchpop1').style.display="";
	document.getElementById('searchpop1').style.left = curleft+"px";
	document.getElementById('searchpop1').style.top = curtop + 20+"px";

}

function search_pop_hide1(){
	document.getElementById('searchpop1').style.display="none";
}

