//Open catalog in a new window
function catalog(url){
popupWin = window.open(url,'popupWin','width=1024,height=768,scrollbars=yes')
}
