// JavaScript Document

var popup = null;

var moreInfo = new Array(
	{
		title:	'Feed an engineer for a day',
		text:	'Based on $100,000 salary'
	}
	,
	{
		title:	'Feed a hungry VC lunch',
		text:	'Sample Lunch Menu at <a href="http://www.maderasandhill.com/">Madera</a>, Menlo Park CA <ul><li>Starter: Boccalone Salumi and Cured Meats, Grilled Bread, Pickled Vegetables ($19)</li><li>Amuse-bouche: Grand Platter — Oysters, Shucked Clams, Mussel Salad, Chilled Prawns, King Crab Legs, Seaweed Salad, Cocktail Sauce, Mignonette ($65)</li><li>Main Course: Oak Grilled Rib Eye, Arugula Salad, Parmesan, Lemon ($27)</li><li>A bottle of Lynch Bages, Graves, Bordeaux 2005 ($170)</li><li>Desert: Cacao Ice Cream Profiteroles, Candied Orange, Sicilian Pistachios ($10)</li><li><strong>Total tab (pre-tax & tip) goes to $291</strong></li></ul>'
	}
	,
	{
		title:	'Make it all legal, a.k.a. feed a lawyer for an hour',
		text:	'Market rate for a third year associate at a Silicon Valley law firm'
	}
	,
	{
		title:	'Large Caff&egrave; Latte for a week for a team of 5 (drop-down: Starbucks/Peets)',
		text:	'Based on market price of $3.70 per cup for <a target="_blank" href="http://maps.google.com/maps?sspn=0.033324,0.059974&latlng=37438057,-122159257,2062242987062479426&ei=_RZQSpnEJ4K8igPOkLnyCQ&sig2=TmUuah5qSXKaDIsRPp3Iug">Peet\'s</a> and $3.50 per cup for <a target="_blank" href="http://maps.google.com/maps?sll=37.435931,-122.147966&sspn=0.054520,0.054935&latlng=37446038,-122170856,16200429814727789292&sig2=gHIaveOAqyyXc7mo3Ox37Q">Starbucks</a> at closest locations.'
	}
	,
	{
		title:	'Red Bull on tap for a week (keg-style)',
		text:	'Best value at closest <a target="_blank" href="http://maps.google.com/maps?sll=37.0625,-95.677068&sspn=38.502405,71.982422&ie=UTF8&latlng=37423565,-122197205,7056333641740183377&ei=5FhQStfFC5O2jAPkvPH3CQ&sig2=IuAitUOum5ywnN0Xrft6RA">Safeway location</a><br />Assumptions: team of 5, two cans per person per day-- 4-pack 8.4 fl oz cans ($5.99 after $2.20 Safeway Card discount)'
	}
	,
	{
		title:	'Pizza for a week',
		text:	'<ul><li>Domino\'s large pepperoni, hand-tossed, after applying $5 internet coupon ($13.99-$5.00=$8.99)</li><li>Round Table Pizza large 1-topping original or skinny crust ($13.99 after coupon)</li></ul>'
	}
	,
	{
		title:	'Avoid the local shaman, a.k.a. health insurance for a week',
		text:	'<a target="_blank" href="http://www.dol.gov/dol/topic/health-plans/cobra.htm">CORBA</a>'
	}
	,
	{
		title:	'Ikea rules!',
		text:	'<a target="_blank" href="http://www.ikea.com/us/en/store/east_palo_alto">East Palo Alto Ikea</a> shopping spree'
	}
	,
	{
		title:	'Make Bill Gates rich, a.k.a. buy Windows XP SP2 Home Edition OEM',
		text:	'<a target="_blank" href="http://www.nextag.com/Windows-XP-SP2-Home-Edition/shop-html">http://www.nextag.com/Windows-XP-SP2-Home-Edition/shop-html</a>'
	}
	,
	{
		title:	'Make Bill Gates very rich, a.k.a. buy MS Office Professional Edition 2007',
		text:	'<a target="_blank" href="http://www.discountmountainsoftware.com/miof20prfuve4.html">Promotional Offer</a>'
	}
	,
	{
		title:	'&quot;Your best buys are always at Fry\'s-- Guaranteed!&quot;',
		text:	'<a target="_blank" href="http://www.frys.com/">Fry\'s Electronics Shopping Spree</a>'
	}
	,
	{
		title:	'Amazon EC2 Cloud web hosting for a week: it\'s raining Amazons!',
		text:	'<a target="_blank" href="http://aws.amazon.com/ec2/">Amazon EC2 Linux/Unix usage, extra-large instances</a>'
	}
	,
	{
		title:	'Rent a friend\'s garage for a month a.k.a. make the startup official',
		text:	'<a target="_blank" href="http://www.nytimes.com/2005/12/04/national/04garage.html?_r=1">http://www.nytimes.com/2005/12/04/national/04garage.html?_r=1</a>'
	}
	,
	{
		title:	'Earth, Wind, Fire, Water: utility bills for a month',
		text:	'Empirical numbers'
	}
	,
	{
		title:	'Feed an outsourced engineer for a day',
		text:	'Based on $54,750 average salary for 2-3 years of programming experience (<a target="_blank" href="http://www.google.com/search?hl=en&q=150+usd+in+bulgarian+lev">Bulgaria</a>, <a target="_blank" href="http://www.google.com/search?hl=en&q=150+usd+in+indian+rupee">India</a>)'
	}
	,
	{
		title:	'Viral Warfare',
		text:	'<ul><li><a target="_blank" href="http://adwords.google.com">Google AdWords</a></li><li><a target="_blank" href="http://www.facebook.com/advertising/">Facebook ads</a></li><li><a target="_blank" href="http://searchmarketing.yahoo.com/overture.php">Yahoo Search Marketing</a></li><li><a target="_blank" href="http://adcenter.microsoft.com">MSN adCenter</a></li><li><a target="_blank" href="http://www.turn.com">Turn performance display</a></li></ul>'
	}
);


function displayMore(index)
{
	if(index < 0 || index >= moreInfo.length) return;
	//alert('The selected index is: ' + which_office);
	if(popup == null || popup.closed) 
		popup = window.open('', 'popup', 'width=400,height=325,toolbar=no,location=no');
	popup.focus();
	write_xml_info();
	popup.document.writeln('<html xmlns="http://www.w3.org/1999/xhtml">');
	write_head_info(moreInfo[index].title);
	write_body_info(moreInfo[index].text);
	popup.document.writeln('</html>');
	popup.document.close();
	return false;	
}

function write_xml_info(){
	popup.document.writeln('<?xml version="1.0" encoding="iso-8859-1"?>');
	popup.document.writeln('\t<!DOCTYPE html PUBLIC');
	popup.document.writeln('\t"-//W3C//DTD XHTML 1.1 Strict//EN"');
	popup.document.writeln('\t"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">');
	return;
}
		
function write_head_info(title){
	popup.document.writeln('<head>');
	popup.document.writeln('\t<title>' + 'More information about ' + title + '</title>');
	popup.document.writeln('\t<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />');	
	popup.document.writeln('\t<link rel="stylesheet" href="./tresidder-style.css" type="text/css"  />');	
	popup.document.writeln('</head>');
}
		
function write_body_info(content){
	popup.document.writeln('<body>');
	popup.document.writeln('\t<div id="popup_content">');
	popup.document.writeln(content);
	popup.document.writeln('</div>');
	popup.document.writeln('</body>');
}
