/*
Note: include this js file in site_header.vgo.html
*/

function popup_window(pic, w, h)
{
    var html = "<table align='center' border='0'><tr><td><img src='" + pic + "'></td></tr>" +
	      "<tr><td><div style='text-align:right; color:#000000; cursor:pointer' onClick='window.close()'>[close]</div></td></tr></table>";
	var param = "menubar=0,resizable=0,status=0,width=";
	
	if (typeof w == 'undefined')
		w = -1;
	if (typeof h == 'undefined')
		h = -1;
		
	if(w > 0)
		param = param + w + ', height=';
	else
		param = param + '320, height=';
	if(h > 0 )
		param = param + h;
	else
		param = param + '320';
		
	var large_win = window.open('','large_window', param);
	large_win.focus();
	large_win.document.writeln("<html><head><title>Bargaincell.com</title></head><body>");
	large_win.document.writeln(html);
	large_win.document.writeln("</body></html>");
	large_win.moveTo(30, 30);
	large_win.document.close();
}

function display_html()
{
	document.write("" +
  "<table width='149' border='0' cellpadding='0' cellspacing='0'>" +
	"<tr><td colspan='2' bgcolor='#C2C2C2'><img src='images/spacer_trans.gif' border='0' width='1' height='1'></td></tr>" +
	"<tr bgcolor='#ECECF3'><td width='1'><img src='images/spacer_trans.gif' border='0' width='20' height='25'></td>" +
  		"<td class='gTitle7' valign='middle'><font color='#8689A8'><b>Cellphone</b></font></td>" +
	"</tr>" +
	"<tr><td colspan='2' bgcolor='#C2C2C2'><img src='images/spacer_trans.gif' border='0' width='1' height='1'></td></tr>" +
	"<tr><td width='1'><img src='images/spacer_trans.gif' border='0' width='20' height='1'></td>" +
  		"<td class='gStyle1'><img src='images/spacer_trans.gif' border='0' width='1' height='5'><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3602.html'><b>Audiovox</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3601.html'><b>BlackBerry</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3600.html'><b>Kyocera</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3599.html'><b>LG</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3598.html'><b>Motorola</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3597.html'><b>Nextel</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3596.html'><b>Nokia</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3595.html'><b>Palm Treo</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3594.html'><b>Samsung</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3592.html'><b>Sony Ericsson</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_3593.html'><b>Sanyo</b></a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../cellphone_brand_6040.html'><b>UTStarcom</b></a></font><BR>" +
			"<img src='images/spacer_trans.gif' border='0' width='1' height='5'><BR>" +
		"</td>" +
	"</tr>" +
	"<tr><td colspan='2' bgcolor='#C2C2C2'><img src='images/spacer_trans.gif' border='0' width='1' height='1'></td></tr>" +
	"<tr bgcolor='#ECECF3'><td width='1'><img src='images/spacer_trans.gif' border='0' width='20' height='25'></td>" +
  		"<td class='gTitle7'><font color='#8689A8'><b>PDA Smartphone</b></font></td>" +
	"</tr>" +
	"<tr><td colspan='2' bgcolor='#C2C2C2'><img src='images/spacer_trans.gif' border='0' width='1' height='1'></td></tr>" +
	"<tr><td width='1'><img src='images/spacer_trans.gif' border='0' width='20' height='1'></td>" +
  		"<td class='gStyle1'><img src='images/spacer_trans.gif' border='0' width='1' height='5'><BR>" +
			"<font color='#666666'><a class='cust_left' href='../pda_audiovox_9404.html'>Audiovox</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../iPhone_18236.html'>Apple iPhone</a></font><BR>"+
			"<font color='#666666'><a class='cust_left' href='../pda_blackberry_9402.html'>BlackBerry</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../pda_cingular_9401.html'>Cingular</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../pda_hp_9398.html'>HP iPAQ</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../pda_htc_9397.html'>HTC</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../pda_palm_9391.html'>Palm</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../pda_samsung_9389.html'>Samsung</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../pda_sprint_9377.html'>Sprint</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../pda_tmobile_9376.html'>T-Mobile</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../pda_verizon_9372.html'>Verizon</a></font><BR>" +
			"<img src='images/spacer_trans.gif' border='0' width='1' height='5'><BR>" +
		"</td>" +
	"</tr>" +
	"<tr><td colspan='2' bgcolor='#C2C2C2'><img src='images/spacer_trans.gif' border='0' width='1' height='1'></td></tr>" +
	"<tr bgcolor='#ECECF3'><td width='1'><img src='images/spacer_trans.gif' border='0' width='20' height='25'></td>" +
  		"<td class='gTitle7'><font color='#8689A8'><b>iPod</b></font></td>" +
	"</tr>" +
	"<tr><td colspan='2' bgcolor='#C2C2C2'><img src='images/spacer_trans.gif' border='0' width='1' height='1'></td></tr>" +
	"<tr><td width='1'><img src='images/spacer_trans.gif' border='0' width='20' height='1'></td>" +
  		"<td class='gStyle1'><img src='images/spacer_trans.gif' border='0' width='1' height='5'><BR>" +
			"<font color='#666666'><a  class='cust_left' href='../mp3_ipod_classic_18863.html'>iPod Classic</a></font><BR>" +
			"<font color=;#666666'><a  class='cust_left' href='../mp3_ipod_touch_18864.html'>iPod Touch</a></font><BR>" +
			"<font color=;#666666'><a  class='cust_left' href='../mp3_ipod_nano-3rdGen_18862.html'>iPod Nano 3rd Gen</a></font><BR>" +
			"<font color=;#666666'><a  class='cust_left' href='../mp3_ipod_nano-2Gen_16947.html'>iPod Nano 2nd Gen</a></font><BR>" +
			"<font color=;#666666'><a  class='cust_left' href='../mp3_ipod_shuffle-2Gen_16946.html'>iPod Shuffle 2nd Gen</a></font><BR>" +
			"<font color=;#666666'><a  class='cust_left' href='../mp3_ipod_shuffle_10966.html'>iPod Shuffle</a></font><BR>" +
		    "<font color=;#666666'><a  class='cust_left' href='../mp3_ipod_video_10968.html'>iPod Video</a></font><BR>" +
			"<img src='images/spacer_trans.gif' border='0' width='1' height='5'><BR>" +
		"</td>" +
	"</tr>" +
	"<tr><td colspan='2' bgcolor='#C2C2C2'><img src='images/spacer_trans.gif' border='0' width='1' height='1'></td></tr>" +
	"<tr bgcolor='#ECECF3'><td width='1'><img src='images/spacer_trans.gif' border='0' width='20' height='25'></td>" +
  		"<td class='gTitle7'><font color='#8689A8'><b>Digital Camera</b></font></td>" +
	"</tr>" +
	"<tr><td colspan='2' bgcolor='#C2C2C2'><img src='images/spacer_trans.gif' border='0' width='1' height='1'></td></tr>" +
	"<tr><td width='1'><img src='images/spacer_trans.gif' border='0' width='20' height='1'></td>" +
  		"<td class='gStyle1'><img src='images/spacer_trans.gif' border='0' width='1' height='5'><BR>" +
		    "<font color='#666666'><a class='cust_left' href='../camera_canon_15704.html'>Canon</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../camera_casio_15702.html'>Casio</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../camera_fuji_15701.html'>FujiFilm</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../camera_jvc_15699.html'>JVC</a></font><BR>" +
		    "<font color='#666666'><a class='cust_left' href='../camera_kodak_15698.html'>Kodak</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../camera_minolta_15697.html'>Minolta</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../camera_nikon_15690.html'>Nikon</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../camera_olympus_15688.html'>Olympus</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../camera_panasonic_15680.html'>Panasonic</a></font><BR>" +
			"<font color='#666666'><a class='cust_left' href='../camera_sony_15678.html'>Sony</a></font><BR>" +
			"<img src='images/spacer_trans.gif' border='0' width='1' height='5'><BR>" +
		"</td>" +
	"</tr>" +
	"<tr><td colspan='2' bgcolor='#C2C2C2'><img src='images/spacer_trans.gif' border='0' width='1' height='1'></td></tr></table>")
}