// JavaScript Document


function hide_portfolioPop() {

	new Effect.Fade('portfolio-pop', { from: 0.7, to: 0, duration: .3 } );

}

function show_portfolioPop() {

	new Effect.Appear('portfolio-pop', { from: 0.7, to: 1.0, duration: .3 } );

}

function show_termsPop() {
	
		window.open('/terms.php','termsPop','width=600,height=300')
	
}

function show_privacyPop() {
	
		window.open('/privacy.php','privacyPop','width=600,height=300')
	
}