// JavaScript Document

var msg = "<center><br><br><img src=\'images/construct.gif\' ><br><br>Loading Please Wait...</center>";
var query = '';


function show_top_bottom(show)
{	
	query = 'lnk='+show;
	callAHAH('GET','top_bottom.php',query,'ajax_div','<div id=\'content\'>'+msg+'</div>');	
}

function show_left_right(show)
{	
	query = 'lnk='+show;
	callAHAH('GET','left_right.php',query,'ajax_div','<div id=\'content\'>'+msg+'</div>');	
}

function show_rightinfo(show)
{	
	query = 'lnk='+show;
	callAHAH('GET','rightinfo.php',query,'rightinfo','<div id=\'content1\'>'+msg+'</div>');	
}

