function popup(id)
{
	//id = 1 = Members Only
	//id = 2 = Online Design
	//id = 3 = Support Download
	//id = 4 = Yearbook Connect
	//id = 5 = TLC
	var winW = 700;
	var winH = 525;
	var winX = (screen.availWidth - winW) / 2;
	var winY = (screen.availHeight - winH) / 2;


	if (id == 1)
	{
		
		var url = 'http://portal.walsworthyearbooks.com';
		//var newWindow = window.open(url,'Members_Only_Login', 'width='+winW+',height='+winH+', left='+winX+', top='+winY+', resizable=1, toolbar=0, scrollbars=1, status=0, menubar=0, location=1');
		window.location.assign(url)
		//if (window.focus) 
		//{
		//	newWindow.focus();
		//}
	}


	if (id == 2)
	{
		
		var url = 'http://login.walsworthyearbooks.com';
		//var newWindow = window.open(url,'Members_Only_Login', 'width='+winW+',height='+winH+', left='+winX+', top='+winY+', resizable=1, toolbar=0, scrollbars=1, status=0, menubar=0, location=1');
		window.location.assign(url)
		//if (window.focus) 
		//{
		//	newWindow.focus();
		//}
	}

		if (id == 3)
	{
		
		var url = 'http://login.walsworthyearbooks.com';
		//var newWindow = window.open(url,'Members_Only_Login', 'width='+winW+',height='+winH+', left='+winX+', top='+winY+', resizable=1 toolbar=0, scrollbars=1, status=0, menubar=0, location=1');
		window.location.assign(url)
		//if (window.focus) 
		//{
		//	newWindow.focus();
		//}
	}

		if (id == 4)
	{
		
		var url = 'http://login.walsworthyearbooks.com';
		//var newWindow = window.open(url,'Members_Only_Login', 'width='+winW+',height='+winH+', left='+winX+', top='+winY+', resizable=1, toolbar=0, scrollbars=1, status=0, menubar=0, location=1');
		window.location.assign(url);
		//if (window.focus) 
		//{
		//	newWindow.focus();
		//}
	}

			if (id == 5)
	{
		
		var url = 'http://login.walsworthyearbooks.com';
		//var newWindow = window.open(url,'Members_Only_Login', 'width='+winW+',height='+winH+', left='+winX+', top='+winY+', resizable=1, toolbar=0, scrollbars=1, status=0, menubar=0, location=1');
		window.location.assign(url)
		//if (window.focus) 
		//{
		//	newWindow.focus();
		//}
	}
}
