gBr=new browser_class();

//var imgS = new imgOverOutSimple_class()
//var pngIE = new pngIE_class('pngIE');

var CSSfiles = new browserSpecificCSS_class();
//CSSfiles.set('opera',0,'css/browser_opera.css');
//CSSfiles.set('gecko',0,'css/browser_gecko.css');
CSSfiles.set('ie',0,'css/browser_ie.css');
CSSfiles.assignToDoc();


