function openPortfolio(url){
	wnd = window.open(url,'','scrollbars=no,toolbar=no,width=980,height=620');
	if(wnd) wnd.focus();
}
