function pop_promo_summary()
{
	return pop_window('http://www.mysocialadvantage.com/index/promotion_summary');
}

function pop_promo_terms()
{
	return pop_window('http://www.mysocialadvantage.com/index/promotion_terms');
}

function pop_learn_more()
{
	return pop_window('http://www.mysocialadvantage.com/learn_more', 950, 600);
}

function pop_window(url, width, height, title)
{
	width = width? width : 600;
	height = height? height : 600;
	title = title? title : 'popup';
	
	return window.open(url, title, "address=no,resizable=yes,scrollbars=yes,width=" + width + ",height=" + height);
}

function pop_representative_sample()
{
	return pop_window('http://www.mysocialadvantage.com/representative_sample');
}

function pop_official_rules()
{
	return pop_window('http://www.lifefitter.com/rules.html');
}

function pop_privacy_policy()
{
	return pop_window('http://www.lifefitter.com/pp.html', false, false, 'privacypolicy');
}

function pop_giftcard_details()
{
	pop_window('/giftcard_details');
	return false;
}