<!--



	var text;

	function openPic(imgName, imgWidth, imgHeight) 
	{
		var name = navigator.appName

		if (name == "Microsoft Internet Explorer") 
		{
				imgWidth += 20;
				imgHeight += 30;
				newPager = window.open(imgName, "New", "width=" + imgWidth + ",height=" + imgHeight);
		}
		else 
		{		
			text = "width=" + imgWidth;
			text += ", height=" + imgHeight;
			myPicture = window.open('', 'Electronics Plus', text);
			myPicture.location.href = imgName;
			myPicture.document.open();
			myPicture.document.write("<html><head><title>[stanus.net] Picture<\/title><\/head>");
			myPicture.document.write("<body background='" + imgName + "'>");
			myPicture.document.write("<\/body><\/html>");
		}
	}



	function chooseTV()
	{
		var index = document.getElementById('tvs').selectedIndex;

		if(index == 2)
			display2();
		else if(index == 3)
			display3();
		else if(index == 4)
			display4();
		else if(index == 5)
			display5();

		else if(index == 8)
			display8();
		else if(index == 9)
			display9();
		else if(index == 10)
			display10();
		else if(index == 11)
			display11();
	}




	// ######################### OPTION 2 ############################
	function display2()
	{
		tv = window.open("", "New", "width=350,height=275");
			tv.document.open();
			tv.document.write("<html><head><title>Electronics Plus TV Systems<\/title>");
			tv.document.write("<link rel='stylesheet' type='text/css' href='electronics_style2.css' title='StyleSheet' /><\/head>");
			tv.document.write("<body>");
			tv.document.write("<table><tr><td colspan='2' align='center'><h2>The Hitachi 51F500<\/h2><\/td><\/tr>");
			tv.document.write("<tr><td valign='top'><img src='images/51f500.jpg' alt='Hitachi' \/><\/td>");
			tv.document.write("<td valign='top'>51\" Digital 16:9 HDTV Monitor/Projection Television<br \/>");
			tv.document.write("<a href='http://www.hitachi.us/tv/' target='_blank'>");
			tv.document.write("Click for more details...<\/a><br \/><\/td><\/tr>");
			tv.document.write("<tr><td colspan='2' align='center'><br \/>");
			tv.document.write("<input type='button' onClick='self.close()' value='Close This Window'><\/td><\/tr><\/table>");
			tv.document.write("<\/body><\/html>");
			tv.document.close();
	}


	// ######################### OPTION 3 ############################
	function display3()
	{
		tv = window.open("", "New", "width=350,height=275");
			tv.document.open();
			tv.document.write("<html><head><title>Electronics Plus TV Systems<\/title>");
			tv.document.write("<link rel='stylesheet' type='text/css' href='electronics_style2.css' title='StyleSheet' /><\/head>");
			tv.document.write("<body>");
			tv.document.write("<table><tr><td colspan='2' align='center'><h2>The Hitachi 51S500<\/h2><\/td><\/tr>");
			tv.document.write("<tr><td valign='top'><img src='images/51s500.jpg' alt='Hitachi' \/><\/td>");
			tv.document.write("<td valign='top'>51\" Digital 16:9 HDTV Monitor/Projection Television<br \/>");
			tv.document.write("<a href='http://www.hitachi.us/tv/' target='_blank'>");
			tv.document.write("Click for more details...<\/a><br \/><\/td><\/tr>");
			tv.document.write("<tr><td colspan='2' align='center'><br \/>");
			tv.document.write("<input type='button' onClick='self.close()' value='Close This Window'><\/td><\/tr><\/table>");
			tv.document.write("<\/body><\/html>");
			tv.document.close();
	}


	// ######################### OPTION 4 ############################
	function display4()
	{
		tv = window.open("", "New", "width=350,height=275");
			tv.document.open();
			tv.document.write("<html><head><title>Electronics Plus TV Systems<\/title>");
			tv.document.write("<link rel='stylesheet' type='text/css' href='electronics_style2.css' title='StyleSheet' /><\/head>");
			tv.document.write("<body>");
			tv.document.write("<table><tr><td colspan='2' align='center'><h2>The Hitachi 57F500<\/h2><\/td><\/tr>");
			tv.document.write("<tr><td valign='top'><img src='images/57f500.jpg' alt='Hitachi' \/><\/td>");
			tv.document.write("<td valign='top'>57\" Digital 16:9 HDTV Monitor/Projection Television<br \/>");
			tv.document.write("<a href='http://www.hitachi.us/tv/' target='_blank'>");
			tv.document.write("Click for more details...<\/a><br \/><\/td><\/tr>");
			tv.document.write("<tr><td colspan='2' align='center'><br \/>");
			tv.document.write("<input type='button' onClick='self.close()' value='Close This Window'><\/td><\/tr><\/table>");
			tv.document.write("<\/body><\/html>");
			tv.document.close();
	}




	// ######################### OPTION 5 ############################
	function display5()
	{
		tv = window.open("", "New", "width=350,height=275");
			tv.document.open();
			tv.document.write("<html><head><title>Electronics Plus TV Systems<\/title>");
			tv.document.write("<link rel='stylesheet' type='text/css' href='electronics_style2.css' title='StyleSheet' /><\/head>");
			tv.document.write("<body>");
			tv.document.write("<table><tr><td colspan='2' align='center'><h2>The Hitachi 57S500<\/h2><\/td><\/tr>");
			tv.document.write("<tr><td valign='top'><img src='images/57s500.jpg' alt='Hitachi' \/><\/td>");
			tv.document.write("<td valign='top'>57\" Digital 16:9 HDTV Monitor/Projection Television<br \/>");
			tv.document.write("<a href='http://www.hitachi.us/tv/' target='_blank'>");
			tv.document.write("Click for more details...<\/a><br \/><\/td><\/tr>");
			tv.document.write("<tr><td colspan='2' align='center'><br \/>");
			tv.document.write("<input type='button' onClick='self.close()' value='Close This Window'><\/td><\/tr><\/table>");
			tv.document.write("<\/body><\/html>");
			tv.document.close();
	}


	// ######################### OPTION 8 ############################
	function display8()
	{
		tv = window.open("", "New", "width=350,height=300");
			tv.document.open();
			tv.document.write("<html><head><title>Electronics Plus TV Systems<\/title>");
			tv.document.write("<link rel='stylesheet' type='text/css' href='electronics_style2.css' title='StyleSheet' /><\/head>");
			tv.document.write("<body>");
			tv.document.write("<table><tr><td colspan='2' align='center'><h2>The Mitsubishi WS-48511<\/h2><\/td><\/tr>");
			tv.document.write("<tr><td valign='top'><img src='images/ws-48511.jpg' alt='Mitsubishi' \/><\/td>");
			tv.document.write("<td valign='top'>48\" Integrated HDTV Platinum Series WS-48511<br \/>");
			tv.document.write("<a href='http://www.mitsubishi-tv.com/televisions/' target='_blank'>Click for more details...<\/a><br \/><\/td><\/tr>");
			tv.document.write("<tr><td colspan='2' align='center'><br \/>");
			tv.document.write("<input type='button' onClick='self.close()' value='Close This Window'><\/td><\/tr><\/table>");
			tv.document.write("<\/body><\/html>");
			tv.document.close();
	}


	// ######################### OPTION 9 ############################
	function display9()
	{
		tv = window.open("", "New", "width=350,height=300");
			tv.document.open();
			tv.document.write("<html><head><title>Electronics Plus TV Systems<\/title>");
			tv.document.write("<link rel='stylesheet' type='text/css' href='electronics_style2.css' title='StyleSheet' /><\/head>");
			tv.document.write("<body>");
			tv.document.write("<table><tr><td colspan='2' align='center'><h2>The Mitsubishi WS-55511<\/h2><\/td><\/tr>");
			tv.document.write("<tr><td valign='top'><img src='images/ws-55511.jpg' alt='Mitsubishi' \/><\/td>");
			tv.document.write("<td valign='top'>55\" Integrated HDTV Platinum Series WS-55511<br \/>");
			tv.document.write("<a href='http://www.mitsubishi-tv.com/televisions/' target='_blank'>");
			tv.document.write("Click for more details...<\/a><br \/><\/td><\/tr>");
			tv.document.write("<tr><td colspan='2' align='center'><br \/>");
			tv.document.write("<input type='button' onClick='self.close()' value='Close This Window'><\/td><\/tr><\/table>");
			tv.document.write("<\/body><\/html>");
			tv.document.close();
	}



	// ######################### OPTION 10 ############################
	function display10()
	{
		tv = window.open("", "New", "width=350,height=300");
			tv.document.open();
			tv.document.write("<html><head><title>Electronics Plus TV Systems<\/title>");
			tv.document.write("<link rel='stylesheet' type='text/css' href='electronics_style2.css' title='StyleSheet' /><\/head>");
			tv.document.write("<body>");
			tv.document.write("<table><tr><td colspan='2' align='center'><h2>The Mitsubishi WS-73411<\/h2><\/td><\/tr>");
			tv.document.write("<tr><td valign='top'><img src='images/ws-73411.jpg' alt='Mitsubishi' \/><\/td>");
			tv.document.write("<td valign='top'>73\" HD-Upgradeable Television Gold Plus Series WS-73411<br \/>");
			tv.document.write("<a href='http://www.mitsubishi-tv.com/televisions/' target='_blank'>Click for more details...<\/a><br \/><\/td><\/tr>");
			tv.document.write("<tr><td colspan='2' align='center'><br \/>");
			tv.document.write("<input type='button' onClick='self.close()' value='Close This Window'><\/td><\/tr><\/table>");
			tv.document.write("<\/body><\/html>");
			tv.document.close();
	}



	// ######################### OPTION 11 ############################
	function display11()
	{
		tv = window.open("", "New", "width=350,height=325");
			tv.document.open();
			tv.document.write("<html><head><title>Electronics Plus TV Systems<\/title>");
			tv.document.write("<link rel='stylesheet' type='text/css' href='electronics_style2.css' title='StyleSheet' /><\/head>");
			tv.document.write("<body>");
			tv.document.write("<table><tr><td colspan='2' align='center'><h2>The Mitsubishi WT-42311<\/h2><\/td><\/tr>");
			tv.document.write("<tr><td valign='top'><img src='images/wt-42311.jpg' alt='Mitsubishi' \/><\/td>");
			tv.document.write("<td valign='top'>42\" HD-Upgradeable Television Gold Series WT-42311<br \/>");
			tv.document.write("<a href='http://www.mitsubishi-tv.com/televisions/' target='_blank'>Click for more details...<\/a><br \/><\/td><\/tr>");
			tv.document.write("<tr><td colspan='2' align='center'><br \/>");
			tv.document.write("<input type='button' onClick='self.close()' value='Close This Window'><\/td><\/tr><\/table>");
			tv.document.write("<\/body><\/html>");
			tv.document.close();
	}



