function login() {
	Shadowbox.open({
        content:    "/design/vote/index?reset=1",
        player:     "iframe",
        height:     350,
        width:      450
    });
}

function doLogin() {
	blnLoggedIn = true;
	$('#login_btn').hide();
	$('#logout_btn').show();
}

function submitDesign() {
	/*if(blnLoggedIn) {
		window.location.href="/submit-design.php";
	} else {
		Shadowbox.open({
	        content:    "/member/login/index?submit_design=1",
	        player:     "iframe",
	        height:     350,
	        width:      450
	    });
	}*/
	Shadowbox.open({
		content:    "<div style='margin: 20px;'><h2>Voting is now closed!</h2><p>Make sure and check out Black Magic at the Bullrun Rally this July!</p><p>Also visit us on: <ul><li><a href='http://www.facebook.com/blackmagicshine' target='_blank'>Facebook</a></li><li><a href='http://www.twitter.com/teamblackmagic' target='_blank'>Twitter</a></li><li><a href='http://www.youtube.com/teamblackmagic' target='_blank'>YouTube</a></li></ul></div>",
		player:     "html",
		height:     350,
		width:      450
	})
}

function vote(id) {
	/*Shadowbox.open({
        content:    '/member/vote/index?design_id='+id,
        player:     "iframe",
        height:     350,
        width:      450
    });*/
	Shadowbox.open({
		content:    "<div style='margin: 20px;'><h2>Voting is now closed!</h2><p>Make sure and check out Black Magic at the Bullrun Rally this July!</p><p>Also visit us on: <ul><li><a href='http://www.facebook.com/blackmagicshine' target='_blank'>Facebook</a></li><li><a href='http://www.twitter.com/teamblackmagic' target='_blank'>Twitter</a></li><li><a href='http://www.youtube.com/teamblackmagic' target='_blank'>YouTube</a></li></ul></div>",
		player:     "html",
		height:     350,
		width:      450
	})
}

function pro(name) {
	Shadowbox.open({
        content:    '/the-pros-'+name+'.php',
        player:     "iframe",
        height:     550,
        width:      700
    });
}

function voteSuccess(id) {
	$('#btn_previewvote_'+id).hide();
	$('#div_social_'+id).show();
}

function tweetThis(id) {
	var options = 'width=800,height=600,resizable=1,menubar=1,status=1,toolbar=1,location=1,directories=1,scrollbars=1';
	var message = encodeURIComponent('I just voted for this design http://yourdesignourshine.com/?d='+id+' for the @teamblackmagic Rally Car #Bullrun. Come vote or submit your own!');
	window.open('http://twitter.com/home?status='+message, 'tweet_window', options);
}

function facebookThis(url, id) {
	var options = 'width=800,height=600,resizable=1,menubar=1,status=1,toolbar=1,location=1,directories=1,scrollbars=1';
	var url = encodeURIComponent(url+'view-design.php?design_id='+id);
	var message = encodeURIComponent('I just voted for this design: http://yourdesignourshine.com/?d='+id+'. | Black Magic  "Your Design, Our Shine" Contest http://www.yourdesignourshine.com');
	
	window.open('http://www.facebook.com/sharer.php?u='+url+'&t='+message, 'facebook_window', options);
}
