//Ghoztcraft Popups
function acp_pop() { window.open('./admin/index.php','acp','width=1000,height=690,resizable=yes,scrollbars=yes'); }
function upldr_pop() { window.open('http://www.ghoztcraft.net/Uploader/index.php','upldr','width=810,height=490,resizable=yes,scrollbars=yes'); }
function lchat_pop() { window.open('./chat/flashchat.php','lchat','width=670,height=490,resizable=yes,scrollbars=no'); }
function email_pop() { window.open('http://www.ghoztcraft.net/webmail','email','width=900,height=590,resizable=yes,scrollbars=yes'); }
function radio_pop() { window.open('http://www.ghuradio.com/stream.html','radio','width=450,height=360,resizable=yes,scrollbars=no'); }
function radidvote_pop() { window.open('http://www.ghoztcraft.net/quickvote/','qv','width=750,height=900,resizable=yes,scrollbars=no'); }
function my_vid() { window.open('http://www.ghoztcraft.net/forums/my_vids/index.php?version=120','video','width=450,height=360,resizable=yes,scrollbars=yes'); }
function secret_link() { window.open('http://www.ghoztcraft.net/forums/index.php?autocom=challenge&m=check','slink','height=250,width=300,resizable=yes,scrollbars=yes'); }
function sbox_pop() { window.open('http://www.ghoztcraft.net/forums/index.php?act=component&module=infernoshout&code=detach','slink','height=450,width=600,resizable=yes,scrollbars=yes'); }

//Search
function addEngine(url, img, name, desc)
{
	if ((typeof window.sidebar == "object") && (typeof window.sidebar.addSearchEngine == "function"))
	{
		window.sidebar.addSearchEngine (
					url,
					img,
					name,
					desc       
				);
	}
	else
	{
		alert("You need a Mozilla based browser such as Firefox to use this.");
	}
}