// JavaScript Document

// Main menu navigation functions

// Set Domain Location
var domain = "http://192.168.30.254"

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function loginWin(){
	window.open(domain + '/login.aspx','login','width=370,height=225');
}
function myClick(){
	window.location=domain + '/myClick/index.aspx';
}
function newsWin(){
	window.location=domain + '/news/index.aspx';
}
function collectWin(){
	window.location=domain + '/collecting/index.aspx';
}
function classWin(){
	window.location=domain + '/classifieds/index.aspx';
}
function auctionWin(){
	window.location=domain + '/auctions/index.aspx';
}
function forumWin(){
	window.open(domain + '/forums/default.aspx','forums','resizable=yes,toolbar=yes,scrollbars=yes,width=750,height=500');
}
function chatWin(){
	window.location=domain + '/chat/index.aspx';
}
function funWin(){
	window.location=domain + '/funCenter/index.aspx';
}
function merchWin(){
	window.location=domain + '/merchandise/index.aspx';
}
function joinWin(){
	window.open(domain + '/joinPromo.aspx','join','width=380,height=250');
}
function linksWin(){
	window.location=domain + '/links.aspx';
}

function contactWin(){
	window.open(domain + '/contact.aspx','contact','width=370,height=380');
}

function tourWin(){
	window.open(domain + '/tour.aspx','contact','width=680,height=468');
}

// Join section Menu functions

function termsWin(){
	window.open(domain + '/legal/terms.aspx','terms','width=420,height=480');
}

function privacyWin(){
	window.open(domain + '/legal/privacy.aspx','privacy','width=440,height=480,scrollbars=yes');
}

function copyWin(){
	window.open(domain + '/legal/copyright.aspx','copyright','width=420,height=450');
}

function beneWin(){
	window.open(domain + '/legal/benefits.aspx','benefits','width=420,height=480');
}

// my click section menu functions

function myClickWin(){
	window.location=domain + '/myClick/index.aspx';
}

function myClassWin(){
	window.location=domain + '/classifieds/index.aspx';
}

function myMessWin(){
	window.location=domain + '/messages/index.aspx';
}

function myInboxWin(){
	window.location=domain + '/email/inbox.aspx';
}

function myProfileWin(){
	window.location=domain + '/profiles/index.aspx';
}

// Collecting Section menu functions

function bottomWin(){
	window.location=domain + '/collecting/bottomsUp.aspx';
}

function refWin(){
	window.location=domain + '/collecting/reference.aspx';
}

function cotyWin(){
	window.location=domain + '/collecting/cotyArchive/index.aspx';
}

function adWin(){
	window.location=domain + '/collecting/adHistory.aspx';
}

function clubWin(){
	window.location=domain + '/links.aspx';
}

// Zippo Menu Functions

function contestWin(){
	window.location=domain + '/contests/index.aspx';
}

function searchWin(){
	window.open(domain + '/search.aspx','search','width=680,height=425');
}
