<!--
function popWin(theURL,winWidth,winHeight,showLocation,showMenu,scrollWin,resizeWin) {
	window.location = theURL;
}

function portfolio(version){
	popWin("portfolio.php");
}
// -->