/*
  $Id: general.js,v 1.2 2005/05/21 17:02:22 manmachine Exp $
+-----------------------------------------------------------------------+
|                  osCSS Open Source E-commerce                         |
+-----------------------------------------------------------------------+
| Copyright (c) 2005 The osCSS developers                               |
|                                                                       |
| http://www.counteractdesign.com                                       |
|                                                                       |
| Portions Copyright (c) 2003 osCommerce                                |
+-----------------------------------------------------------------------+
| This source file is subject to version 2.0 of the GPL license,        |
| available at the following url:                                       |
| http://www.counteractdesign.com/license/2_0.txt.                      |
+-----------------------------------------------------------------------+
*/

$(function() {
	$("[rel='zoom_image']").colorbox({current:"",next:"",previous:"",opacity:0.2,rel:'nofollow'}); // Select all links that contains lightbox in the attribute rel
	$("[rel='zoom_html']").colorbox({current:"",next:"",previous:"",opacity:0.2,rel:'nofollow',width:"70%", height:"70%",iframe:true}); // Select all links that contains lightbox in the attribute rel	
});



function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=450,height=280,screenX=150,screenY=150,top=150,left=150')
}

