<!--
function openPortfolioWindow(page, name, width, height, left, top, scrollbars, resizable, toolbar, menubar, location, status) {
window.open('portfolio/' + page,name,config='width=' + width + ',height=' + height + ',left=' + left + ',top=' + top + ',scrollbars=' + scrollbars + ',resizable=' + resizable + ',toolbar=' + toolbar + ',menubar=' + menubar + ',location=' + location + ',status=' + status);
}
// -->