//////// Popup //////
function NewsWindow(theURL,winName,features) {
	newWin=window.open(theURL,'new','scrollbars=1,toolbar=1,location=0,status=1,resizable=1,width=700,height=500');
	newWin.focus();
}
function PicWindow(theURL,winName,features) {
	picWin=window.open(theURL,'picture','scrollbars=1,toolbar=1,location=0,status=1,resizable=1,width=700,height=500');
	picWin.focus();
}
function SupportWindow(theURL,winName,features) {
	supWin=window.open(theURL,'support','scrollbars=1,toolbar=1,location=0,status=1,resizable=1,width=700,height=500');
	supWin.focus();
}



//////// menu ///////

function MM_findObj(n, d) { //v4.01
	var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
	d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
	if(!(x=d[n])&&d.all) x=d.all[n];
	for(i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
	for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
	if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
	var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
	if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
	var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}



function fwLoadMenus() {
if (window.fw_menu_0) return;
	window.fw_menu_0 = new Menu("root",160,16,"verdana, arial, helvetica, san-serif",10,"#000000","#326BD3","#ffffff","#ffffff");
		fw_menu_0.addMenuItem("LIMITED EDITION","location='/products/lcd_limited/index.php'");
		fw_menu_0.addMenuItem("LCD TV","location='/products/lcd/index.php'");
		fw_menu_0.addMenuItem("CRT TV","location='/products/crt/index.php'");
		fw_menu_0.addMenuItem("DVD Player/Recorder","location='/products/dvd/index.php'");
		fw_menu_0.hideOnMouseOut=true;
//		fw_menu_0.childMenuIcon="images/arrows.gif";

	window.fw_menu_1 = new Menu("root",160,16,"verdana, arial, helvetica, san-serif",10,"#000000","#326BD3","#ffffff","#ffffff");
		fw_menu_1.addMenuItem("Owner's Manual","SupportWindow('/support/manual/index.aspx')");
		fw_menu_1.addMenuItem("Previous Model","SupportWindow('/spec_index.aspx')");
		fw_menu_1.addMenuItem("Setup & Connection","location='/support/setup/setup.php'");
		fw_menu_1.addMenuItem("FAQ","SupportWindow('/support/faq/index.aspx')");
		fw_menu_1.addMenuItem("Support Centers","SupportWindow('/support/sc/index.aspx')");
		fw_menu_1.addMenuItem("Customer Support","SupportWindow('/support/form_product.aspx')");
		fw_menu_1.addMenuItem("Order Tracking","SupportWindow('/support/orders/index.aspx')");
		fw_menu_1.hideOnMouseOut=true;
//		fw_menu_1.childMenuIcon="images/arrows.gif";

	fw_menu_1.writeMenus();

} // fwLoadMenus()
