/*
 
function catalogueLink(ISBN){
catWindow = window.open('/shopping_cart/products/product_detail.asp?sku=&isbn='+ISBN+'&pc=', 'catWin', 'status=1,menubar=1,resizable=1,toolbar=1,location=1,scrollbars=1,width=700,height=400,left=0,top=0')
catWindow.focus()
}
 
*/
 
function catalogueLink(ISBN){
catWindow = window.open('/shopping_cart/products/product_detail.asp?sku=&isbn='+ISBN+'&pc=', 'catWin', 'status=1,menubar=1,resizable=1,toolbar=1,location=1,scrollbars=1,width=700,height=400,left=0,top=0')
catWindow.focus()
}
