function swr() {
	if (document.getElementById("r").style.display=="none") {
		document.getElementById("r").style.display = "";
	} else {
		document.getElementById("r").style.display = "none";
	}
}
// Left Panel Client-Scripting (bypass PHP: l.php)








// NO context menu
var message="";
function clickIE() {if (document.all) {(message); return false;}}
function clickNS(e) {
	if (document.layers||(document.getElementById&&!document.all)) {
		if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) {document.captureEvents(Event.mousedown);document.onmousedown=clickNS;}
  else {document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
/*/ NO select-text
function disableselect(e){return false}
function reEnable(){return true}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6/MF
if (window.sidebar){document.onmousedown=disableselect; document.onclick=reEnable}
*/

function pU(t) {so = eval("window.open('"+t+".html','so','width=384,height=480')"); so.focus()}
//function ad(link,img) {document.write("<p class=ad>ADVERTISEMENT<p class=ad><a href='"+link+"'><img border=0 src=http://www.brandalls.net/i/pt-"+img+".gif></a>");}

function panels(type) {
switch(type) {	//ttl,lft,ftr
case 0: document.write("<table class=title><tr><td><p class=titlebig>Brandalls<p class=titlesub>creative. computerized.</td><td><a href=index.html><img border=0 src=i/logo.jpg align=right></a></td></tr></table>"); break;
case 1:
	document.write("<h1>Contents</h1><h2>Current News</h2><p class=item style='font-size:11px'><a>Get Automotive!</a><br>Coming Soon: Collection of Automotive articles!</p><h5><a href=news.html>News Archive</a></h5><h2>Pets Status</h2><p class=item><a href=pets-dexter.html>Dexter Dog</a></p><p class=item><a href=pets-pretty.html>Pretty the Cat</a></p><h5><a href=pets.html>All Pets...</a></h5><h2>Fun Stuff</h2><p class=item><a href=funs-cxmm8.html>MediaMaster&trade;</a></p><p class=item><a href=funs-lego.html>My LEGO World</a></p><h5><a href=funs.html>See More...</a></h5><h2>Binusian 2010 Schedule</h2><p class=item style='font-size:11px'>Collective Schedule for Comp. Acct. is <a href='http://www.brandalls.net/ka/'>here</a> <h2>Webmasters</h2><table border=0 width=100%><tr><td class=itemhor><p class=item><a href=http://friendster.com/egafx target=_blank>Ega</a></td></tr></table>"); //break;
	document.write("<script type=\"text/javascript\">google_ad_client = \"pub-2910895557410582\";/* 125x125, created 12/18/08 */google_ad_slot = \"4597028458\";google_ad_width = 125;google_ad_height = 125;</script><script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>"); break;
case 2: document.write("<table class=footer><tr><td class=footer><p align=center><a href=about.html>About Us</a> | <a href=disclaimer.html>Disclaimer</a> | <a href=login.html>Log In</a><p class=footerlegal>&#0169; 2008 <b>Brandalls</b></td></tr></table>"); break;
	}
}
function table_header(path) {
document.write("<table class=header><tr><td><a href=index.html class=hdr>HOME</a>");
if (path=="") {document.write(" - "+document.title)}
else if (path=="index") {}
else if (path!="") {document.write(" - "+path+" - "+document.title)}
document.write("</td><td class=headeropt><a href=contact.html class=hdr>Contact Us</a> | <a href=gb.html class=hdr>Guestbook</a> | <a href=links.html class=hdr>Links</a></td>");
}