if(navigator.userAgent.indexOf("iPhone") != -1)
{
Ê Êalert"iphone");
}

	function openWindow(url) {
  popupWin = window.open(url, 'news', 'scrollbars,resizable,dependent,top=50,left=50,width=400,height=450')
}

function showIcon(icon) {
var icon_array = new Array();
icon_array["K"] = "<br><span style='font-style:normal;color:white;background-color:purple;font-weight:bolder;padding-right:5px;padding-left:5px;padding-top:2px;padding-bottom:2px;'>K</span> This means the DVD is oriented toward kids.";
icon_array["A"] = "<br><span style='font-style:normal;color:white;background-color:#663300;font-weight:bolder;padding-right:5px;padding-left:5px;padding-top:2px;padding-bottom:2px;'>A</span> This means the DVD image transfer is anamorphic (16 x 9).<br><br>Read the full review for more details.";
icon_array["W"] = "<br><span style='font-style:normal;color:white;background-color:orange;font-weight:bolder;padding-right:5px;padding-left:5px;padding-top:2px;padding-bottom:2px;'>W</span> This means the DVD image transfer is in widescreen format.<br><br>Read the full review for more details.";
icon_array["5.1"] = "<br><span style='font-style:normal;color:white;background-color:#666666;font-weight:bolder;padding-right:5px;padding-left:5px;padding-top:2px;padding-bottom:2px;'>5.1</span> This means the DVD audio transfer is Dolby Digital 5.1.<br><br>Read the full review for more details.";
icon_array["DTS"] = "<br><span style='font-style:normal;color:white;background-color:#cc6600;font-weight:bolder;padding-right:5px;padding-left:5px;padding-top:2px;padding-bottom:2px;'>DTS</span> This means the DVD audio transfer is Digital Theater Sound.<br><br>Read the full review for more details.";
icon_array["E"] = "<br><span style='font-style:normal;color:white;background-color:#cc0099;font-weight:bolder;padding-right:5px;padding-left:5px;padding-top:2px;padding-bottom:2px;'>E</span> This means the DVD has great extras.<br><br>Read the full review for more details.";
icon_array["R"] = "<br><img src=\"docons/recicon.gif\" alt=\"\" align=bottom width=16 height=16 hspace=3 vspace=3 border=0 /> This means the DVD is highly recommended by dOc.<br><br>Read the full review for more details.";
icon_array["HD"] = "<br><span style='font-style:normal;color:white;background-color:green;font-weight:bolder;padding-right:5px;padding-left:5px;padding-top:2px;padding-bottom:2px;'>HD</span> This means the DVD is High Definition.<br><br>Read the full review for more details.";
icon_array["BR"] = "<br><span style='font-style:normal;color:white;background-color:blue;font-weight:bolder;padding-right:5px;padding-left:5px;padding-top:2px;padding-bottom:2px;'>BR</span> This means the DVD is Blu-Ray.<br><br>Read the full review for more details.";

var glossWin = window.open("","Glossary","height=200,width=200,left=100,right=100");
var theCode = "<html><head><title>Glossary</title></head><body bgcolor=\"#ffffff\">";
theCode += "<p style='font-face:serif;font-size:14pt'>" + icon_array[icon];
theCode += "</p>";
theCode += "<body></html>";
glossWin.document.write(theCode);
}



