/*

TAMUGAIA ALL JS

*/

function ads_top1(){
	document.write("<table class=\"tableads\"><tr><td sec=\"m1\">&nbsp;</td><td sec=\"m2\"><div class=\"divtableads\">\n");
}
function ads_top2(){
	document.write("<table class=\"tableads\"><tr><td sec=\"t1\"></td><td sec=\"t2\"></td><td sec=\"t3\"></td></tr><tr><td sec=\"m1\">&nbsp;</td><td sec=\"m2\"><div class=\"divtableads\">\n");
}
function ads_bottom(){
	document.write("\n</div></td><td sec=\"m3\">&nbsp;</td></tr><tr><td sec=\"b1\">&nbsp;</td><td sec=\"b2\">&nbsp;</td><td sec=\"b3\">&nbsp;</td></tr></table>");
}


//:::::::::::::::::::::::::::::::::::::::::::: Remote Content:::::::

//___________Top part of remote content
function remote_content_top(title, wid, hei){
	//Find the number
	numb=0;
	while(document.getElementById("remote"+numb)!=null){
		numb++;
	}

	//Display Stuff
	document.write("<div id=\"remote"+numb+"\" class=\"divremote\">");
	document.write(title+" [<a href=\"javascript:;\" onclick=\"remoteexpand("+numb+",1)\">Open</a>] [<a href=\"javascript:;\" onclick=\"remoteexpand("+numb+",0)\">Close</a>]");
	document.write("	<div id=\"remoteiframediv"+numb+"\" class=\"displaynone\"><div id=\"remoteloading"+numb+"\"></div>");
	document.write("<iframe frameborder=\"0\" src=\"about:blank\" name=\"remoteiframe"+numb+"\" class=\"iframeremote\" style=\"width:"+wid+"px; height:"+hei+"px\"></iframe>");
	document.write("	</div>");
	document.write("	<div id=\"remotecontent"+numb+"\" class=\"displaynone\">");
}

//___________Bottom part of remote content
function remote_content_bottom(){
	document.write("</div></div>");
}

//___________Expander Func of remote content
function remoteexpand(id,state){
	document.getElementById('remoteiframediv'+id).style.display=(state==0)?"none":"block";
	document.getElementById('remoteloading'+id).innerHTML=(state==0)?"":"Loading... Please Wait.";
	window["remoteiframe"+id].location.href=(state==0)?"about:blank":"remote.php?id="+id+"&i="+identos;
	//alert(window["remoteiframe"+id]);
}

/* To Use...
1. Change Title
2. Type in the content between the script tags

<script>remote_content_top("Title")</script>
Saber Rider and the Star Sheriffs
<script>remote_content_bottom()</script>

*/


