////////////////////////////////////
// HIDE TOP TOP
////////////////////////////////////
function hideTop(){
	if (document.body.rows == '35,*'){
		document.body.rows = '107,*';
		window.topFrame.document.logo.src="sitedocs/images/wahdanglogo.png";
	}else{
		window.topFrame.document.logo.src="sitedocs/images/logo_min.png";
		document.body.rows = '35,*';
	}
}
function setUrlBar(){
		window.topFrame.document.urlform.url.value = 'http://';
}
////////////////////////////////////
// HIDE BOTH
////////////////////////////////////
function hideBoth(x){
	if (((document.getElementsByName('frameCols')[0].cols == '0,*') && (document.body.rows == '107,*')) || ((document.getElementsByName('frameCols')[0].cols == '125,*') && (document.body.rows == '35,*'))){
		hideTop();
	} else {
		hideTop();
		hideFlash();
	}
}
//////////////////////////////////// 
// HIDE TOP 100
////////////////////////////////////
function hideFlash(b){
	if(b === true){
		document.getElementsByName('frameCols')[0].cols = '0,*';
	}else if(b === false){
		document.getElementsByName('frameCols')[0].cols = '125,*';
	}else{
		if(document.getElementsByName('frameCols')[0].cols == '0,*'){
			document.getElementsByName('frameCols')[0].cols = '125,*';
		}else{
			document.getElementsByName('frameCols')[0].cols = '0,*';
		}
	}
}
////////////////////////////////////
// SEND TO URL
////////////////////////////////////
function sendTo(s,b){
	window.mainFrame.location = s;
	if (((document.getElementsByName('frameCols')[0].cols == '0,*') && (document.body.rows == '107,*'))) {
		hideFlash();
	} else if  (((document.getElementsByName('frameCols')[0].cols == '125,*') && (document.body.rows == '35,*'))){
		hideTop();
	} else {
		hideBoth();
	}
}
function logosendTo(s,b){
	window.mainFrame.location = "http://wahdang.com/" + s;
	if (((document.getElementsByName('frameCols')[0].cols == '0,*') && (document.body.rows == '107,*'))) {
		hideFlash();
	} else if  (((document.getElementsByName('frameCols')[0].cols == '125,*') && (document.body.rows == '35,*'))){
		hideTop();
	} else if (((document.getElementsByName('frameCols')[0].cols == '0,*') && (document.body.rows == '35,*'))){
		hideBoth();
	}
}
function topsendTo(s){
	window.mainFrame.location = "http://wahdang.com/" + s;
	if (((document.getElementsByName('frameCols')[0].cols == '0,*') && (document.body.rows == '107,*'))) {
		hideFlash();
	} else if  (((document.getElementsByName('frameCols')[0].cols == '125,*') && (document.body.rows == '35,*'))){
		hideTop();
	} else if (((document.getElementsByName('frameCols')[0].cols >= '107,*') && (document.body.rows >= '107,*'))){
		hideBoth();
	}
}
////////////////////////////////////
// FLASH SEND TO URL
////////////////////////////////////
function flashSend(s){
	if (((document.getElementsByName('frameCols')[0].cols == '0,*') && (document.body.rows == '107,*'))) {
		hideFlash();
	} else if  (((document.getElementsByName('frameCols')[0].cols == '125,*') && (document.body.rows == '35,*'))){
		hideTop();
	} else {
		hideBoth();
	}
	window.mainFrame.location = s;
}
////////////////////////////////////
// LOADS URL INTO FRAME
////////////////////////////////////
function sendMe(){                              
	if(window.parent.topFrame.document.getElementsByName('urlform')[0].url.value.match("http://")){
		window.parent.mainFrame.location=window.parent.topFrame.document.getElementsByName('urlform')[0].url.value;
	}else{
		window.parent.mainFrame.location="http://" + window.parent.topFrame.document.getElementsByName('urlform')[0].url.value;		
	}	
	return false;
}

