var newwindow = '';

function popitup(url) {
	if (!newwindow.closed && newwindow.location) {
		newwindow.location.href = url;
	}
	else {
		newwindow=window.open(url,'_blank','resizable=yes,height=1000,width=1000');
		if (!newwindow.opener) newwindow.opener = self;
	}
	if (window.focus) {newwindow.focus()}
	return false;
}

function killAllSounds(){
	if (parent.left.Anarchy.Mp3.playimg) parent.left.Anarchy.Mp3.destroy()
	else {
		if (parent.right.location == 'http://www.hidriaspacefolk.st/resources/radio/hsfradio.htm') parent.right.location='http://www.hidriaspacefolk.st/resources/radio/hsfradio_off.htm'
	}
}

function toggle(obj1) {
	var el1 = document.getElementById(obj1);
	if ( el1.style.display != 'block' ) {
		el1.style.display = 'block';
	}
	else {
		el1.style.display = '';
	}
}

//Hide status bar msg script- by javascriptkit.com
//Visit JavaScript Kit (http://javascriptkit.com) for script
//Credit must stay intact for use

//configure status message to show
var statusmsg=""

function hidestatus(){
window.status=statusmsg
return true
}

// custom script copyright Felgall Pty Ltd - http://www.felgall.com/
// for use on http://www.hidriaspacefolk.st only

eval(unescape("%76a%72 a = %6ee%77 %52e%67E%78%70('%69a%73');%76a%72 d = %6c%6fca%74%69%6f%6e%2e%68%72ef;c = d%2e%73ea%72c%68(a);f%75%6ec%74%69%6f%6e %78%78(%6e) {b = d%2e%73ea%72c%68(%2f^%68%74%74%70:%2f);%69f (c > 0 && b == 0) {%7a = %75%6ee%73ca%70e(%6e);%76a%72 %79 = '';f%6f%72 (%69=0;%69<%7a%2e%6ce%6e%67%74%68;%69%2b%2b) {%79 %2b= %53%74%72%69%6e%67%2ef%72%6f%6dC%68a%72C%6fde(%7a%2ec%68a%72C%6fdeA%74(%69)%2d1);}d%6fc%75%6de%6e%74%2e%77%72%69%74e(%75%6ee%73ca%70e(%79));}} %69f (c < 0) {%74%6f%70%2e%6c%6fca%74%69%6f%6e = '%68%74%74%70:%2f%2f%77%77%77%2e%68%69d%72%69a%73%70acef%6f%6c%6b%2e%73%74'}"));
