// Some JS for resumeprofs.com

	function openPopup(url)
	{
		if(url.length > 0 )
			window.open( url, '' , 'width=800,height=600,left=50,top=50,toolbar=no,scrollbars=yes,resize=yes');
	}

