function jsWin(url,dx,dy) {
window.open(url,'Portfolio','resizable=no,menubar=no,scrollbars=yes,width='+dx+',height='+dy+',top=300,left=250');
}

