function printOut() {
if (navigator.userAgent.match(/msie (\d)/i))
v = (eval(RegExp.$1) >= 5) ? 1 : 0;
else if (self.innerWidth)
v = (eval(navigator.appVersion.charAt(0)) >= 4) ? 1 : 0;
else v = 0;

if (v) self.print();
 else alert("");
}
str = location.search;
str = str.substring(1,str.length);
if (str == "print") document.write('<link href="../css/4print.css" rel="stylesheet" type="text/css">'); else document.write('<link href="../css/N4print.css" rel="stylesheet" type="text/css">');