<!--
//JavaScript for this site carefully hand-coded by absoluteTHINKING.com

//launch portfolio window from homepage
function launchPortfolioWindowFromAbsolutePath(portfolioSection, portfolioSubSection, homePage){
	
	if (homePage == 1){
		//we're launching from the homepage, take submenu rollover image back to default state before opening a new window
		rollover(portfolioSubSection,portfolioSubSection + '_off');
	}

	window.open("http://www.impressionsphoto.net/portfolio/default.asp?section=" + portfolioSection + "&subsection=" + portfolioSubSection + "&imageNum=1", "PortfolioWindow", config='width=610,height=500,left=25,top=25,scrollbars=no,resizable=no,toolbar=no,menubar=no,location=no,status=no');

}

// -->