    
function old_popup(UrlName,w,h){
var win01;
win01 = window.open( UrlName, "subwin03", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,width="+w+",height="+h+",left=50,top=50");
win01.focus();
}

function tx2_popup(UrlName,w,h){
var win01;
win01 = window.open( UrlName, "subwin03", "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width="+w+",height="+h+",left=50,top=50");
win01.focus();
}

function openflash(UrlName,w,h){ window.open(UrlName,"pop01","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+w+",height="+h+",left=50,top=50") };

function winopen(UrlName,w,h){ window.open(UrlName,"pop01","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+w+",height="+h+",left=100,top=0") };

function open01(url){
	var win01;
	win01 = window.open(url, 'subwin03', 'toolbar=no,location=no,resizable=yes,status=no,menubar=no,scrollbars=yes,width=550,height=400,left=400,top=0');
	win01.focus();
}


function popup(url){
	var swidth=752;
	var sheight=600;
	var stop=0;
	var sleft=100;
	my_popup_window = window.open('','ss_popup','width='+swidth+',height='+sheight+',top='+stop+',left='+sleft+',resizable=yes,scrollbars=yes');
	my_popup_window.document.open();
	my_popup_window.document.write('<html><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=GB2312\"><TITLE>Sony VAIO</TITLE></HEAD><frameset rows=\"40,*,19\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\">');
	my_popup_window.document.write('<frame name=\"header\" src=\"/products/vaio/accy/acc_pop_header.htm\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
	my_popup_window.document.write('<frameset cols=\"10,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">');
	my_popup_window.document.write('<frame src=\"/products/vaio/blank.html" name=\"leftFrame\" scrolling=\"NO\" noresize>');
	my_popup_window.document.write('<frame src=\"'+url+'\" name=\"content\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"auto\" frameborder=\"0\" noresize></frameset>');
	my_popup_window.document.write('<frame name=\"footer\" src=\"/products/vaio/accy/acc_pop_footer.htm\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
	my_popup_window.document.write('</frameset>');
	my_popup_window.document.write('<body>');
	my_popup_window.document.write('</body></html>');
	my_popup_window.document.close();
	my_popup_window.focus();
}

function popup_swf(pname,url,w,h){
	var swidth=790;
	var sheight=500;
	if (pname != null)
	{
		tpname = pname	
	}else{
		tpname = "ss_popup";	
	}
	if (w!=null)
	{
		swidth=w;
		//alert(swidth);
	}
	if (h!=null)
	{
		sheight=h;
		//alert(sheight);
	}
	var stop=0;
	var sleft=150;
	my_popup_window = window.open('',tpname,'width='+swidth+',height='+sheight+',top='+stop+',left='+sleft+',resizable=yes,scrollbars=yes');
	my_popup_window.document.open();
	my_popup_window.document.write('<html><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=GB2312\"><TITLE>Sony VAIO</TITLE></HEAD><frameset rows=\"40,*,22\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\">');
	my_popup_window.document.write('<frame name=\"header\" src=\"/products/vaio/index_header_new.htm\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
	my_popup_window.document.write('<frameset cols=\"0,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">');
	my_popup_window.document.write('<frame src=\"/products/vaio/blank.html" name=\"leftFrame\" scrolling=\"NO\" noresize>');
	my_popup_window.document.write('<frame src=\"'+url+'\" name=\"content\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"auto\" frameborder=\"0\" noresize></frameset>');
	my_popup_window.document.write('<frame name=\"footer\" src=\"/products/vaio/index_footer_new.htm\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
	my_popup_window.document.write('</frameset>');
	my_popup_window.document.write('<body>');
	my_popup_window.document.write('</body></html>');
	my_popup_window.document.close();
	my_popup_window.focus();
}

function popup_press(url,w,h){
	var swidth=700;
	var sheight=500;
	var stop=0;
	var sleft=150;
	my_popup_window = window.open('','ss_popup','width='+swidth+',height='+sheight+',top='+stop+',left='+sleft+',resizable=yes,scrollbars=yes');
	my_popup_window.document.open();
	my_popup_window.document.write('<html><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=GB2312\"><TITLE>Sony VAIO</TITLE></HEAD><frameset rows=\"37,*,27\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\">');
	my_popup_window.document.write('<frame name=\"header\" src=\"/products/vaio/accy/acc_pop_header.htm\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
	my_popup_window.document.write('<frameset cols=\"10,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">');
	my_popup_window.document.write('<frame src=\"/products/vaio/blank.html" name=\"leftFrame\" scrolling=\"NO\" noresize>');
	my_popup_window.document.write('<frame src=\"'+url+'\" name=\"content\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"auto\" frameborder=\"0\" noresize></frameset>');
	my_popup_window.document.write('<frame name=\"footer\" src=\"/products/vaio/accy/acc_pop_footer.htm\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
	my_popup_window.document.write('</frameset>');
	my_popup_window.document.write('<body>');
	my_popup_window.document.write('</body></html>');
	my_popup_window.document.close();
	my_popup_window.focus();
}

function popup_software(url,w,h){
	var swidth=507;
	var sheight=500;
	if (w!=null)
	{
		swidth=w;
		//alert(swidth);
	}
	if (h!=null)
	{
		sheight=h;
		//alert(sheight);
	}
	var stop=0;
	var sleft=150;
	my_popup_window = window.open('','ss_popup','width='+swidth+',height='+sheight+',top='+stop+',left='+sleft+',resizable=yes,scrollbars=yes');
	my_popup_window.document.open();
	my_popup_window.document.write('<html><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=GB2312\"><TITLE>Sony VAIO</TITLE></HEAD><frameset rows=\"54,*,27\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\">');
	my_popup_window.document.write('<frame name=\"header\" src=\"/products/vaio/accy/acc_pop_header.htm\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
	my_popup_window.document.write('<frameset cols=\"10,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">');
	my_popup_window.document.write('<frame src=\"/products/vaio/blank.html" name=\"leftFrame\" scrolling=\"NO\" noresize>');
	my_popup_window.document.write('<frame src=\"'+url+'\" name=\"content\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"auto\" frameborder=\"0\" noresize></frameset>');
	my_popup_window.document.write('<frame name=\"footer\" src=\"/products/vaio/accy/acc_pop_footer.htm\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
	my_popup_window.document.write('</frameset>');
	my_popup_window.document.write('<body>');
	my_popup_window.document.write('</body></html>');
	my_popup_window.document.close();
	my_popup_window.focus();
}


function popup_map(UrlName){
var win01;
win01 = window.open( UrlName, 'subwin03', 'toolbar=no,location=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=776,height=475,left=100,top=0');
win01.focus();
}

function MM_openBrWindow(theURL,winName,features) { 
  window.open(theURL,winName,features);
  win = window.open(theURL,winName,features);
	if (parseInt(navigator.appVersion) >= 4) 
	{
		win.window.focus(); 
	}
}



function software_new(url,popname,popstyle){
	my_popup_window = window.open('',popname,popstyle);
	my_popup_window.document.open();
	my_popup_window.document.write('<html><HEAD><meta http-equiv=\"content-type\" content=\"text/html;charset=GB2312\"><TITLE>Sony VAIO</TITLE></HEAD><frameset rows=\"37,*,27\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\">');
	my_popup_window.document.write('<frame name=\"header\" src=\"/products/vaio/accy/acc_pop_header.htm\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
	my_popup_window.document.write('<frameset cols=\"10,*\" frameborder=\"NO\" border=\"0\" framespacing=\"0\">');
	my_popup_window.document.write('<frame src=\"/products/vaio/blank.html" name=\"leftFrame\" scrolling=\"NO\" noresize>');
	my_popup_window.document.write('<frame src=\"'+url+'\" name=\"content\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"auto\" frameborder=\"0\" noresize></frameset>');
	my_popup_window.document.write('<frame name=\"footer\" src=\"/products/vaio/accy/acc_pop_footer.htm\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" noresize>');
	my_popup_window.document.write('</frameset>');
	my_popup_window.document.write('<body>');
	my_popup_window.document.write('</body></html>');
	my_popup_window.document.close();
	my_popup_window.focus();
}
//TX
function popuptx17(){
	old_popup("/products/vaio/images/tx17cb/TX_blue_page.html",624,600);
}

//TX
function popuptx27r(){
	tx2_popup("/products/vaio/TX2/TX2_red_cn/VAIO_tx_red.htm",740,560);
}

//TX
function popuptx27b(){
	old_popup("/products/vaio/TX2/TX_blue/TX_blue_page.htm",624,600);
}
//TX3
function popuptx36r(){
	tx2_popup("/products/vaio/TX3/TX3_red_cn/VAIO_tx_red.htm",740,560);
}

//TX3
function popuptx38l(){
	old_popup("/products/vaio/TX3/TX_blue/TX_blue_page.htm",624,600);
}

function popupfj(){
	old_popup("/products/vaio/fj/html/index.htm",624,600);
}
function popupfj7(){
	old_popup("/products/vaio/fj7/fj7_colour/index.html",624,600);
}

function Wasabi_Mild_CN13()
	{
		tx2_popup("/products/vaio/sz/Wasabi_Mild_CN13/Wasabi_Mild_CN13.htm",500,350);
}
function Wasabi_Mild_sz_28_pop()
	{
		tx2_popup("/products/vaio/sz2/sz_28_pop/sz_28_pop.html",500,350);
}

function popupux18(){
	old_popup("/products/vaio/ux/POPUP1/UX_POPUP1.html",625,650);
}
//TX4
function popuptx46r(){
	tx2_popup("/products/vaio/TX4/TX_red_cn/VAIO_tx_red.htm",740,560);
}

//TX4
function popuptx48l(){
	old_popup("/products/vaio/TX4/TX_blue/TX_blue_page.htm",624,600);

}
//C
function popupcb(){
	old_popup("/products/vaio/c/color/black.htm",809,650);

}
function popupcw(){
	old_popup("/products/vaio/c/color/white.htm",809,650);
}
function popupch(){
	old_popup("/products/vaio/c/color/grey.htm",809,650);
	
}
function popupcp(){
	old_popup("/products/vaio/c/color/pink.htm",809,650);
	
}

function popupcg(){
	old_popup("/products/vaio/c/color/green.htm",809,650);
}
//TX5
function popuptx56r(){
	tx2_popup("/products/vaio/TX5/TX_red/TX_red_page.htm",740,560);
}

//TX5
function popuptx58l(){
	old_popup("/products/vaio/TX5/TX_blue/TX_blue_page.htm",624,600);
}
//C2
function popupc2b(){
	old_popup("/products/vaio/c2/color/black.htm",809,650);

}
function popupc2w(){
	old_popup("/products/vaio/c2/color/white.htm",809,650);
}
function popupc2h(){
	old_popup("/products/vaio/c2/color/grey.htm",809,650);
	
}
function popupc2p(){
	old_popup("/products/vaio/c2/color/pink.htm",809,650);
	
}

function popupc2g(){
	old_popup("/products/vaio/c2/color/green.htm",809,650);
}


function popupc2l(){
	old_popup("/products/vaio/c2/color/blue.htm",809,650);
}

function Wasabi_Mild_CN55(){
		tx2_popup("/products/vaio/sz5/sz55/images.htm",340,130);
}

function Wasabi_Mild_CN56(){
		tx2_popup("/products/vaio/sz5/sz56/images.htm",700,670);
}


function Wasabi_Mild_CN54(){
		tx2_popup("/products/vaio/sz5/sz54/images.htm",800,600);
}

function Wasabi_Mild_CN56_(){
		tx2_popup("/products/vaio/sz5/sz56/images2.htm",800,600);
}

function popup_cr23b(){
		tx2_popup("/products/vaio/productinfo/cr/cr2/cr23b/images.htm",757,507);
}

function popup_cr33b(){
		tx2_popup("/products/vaio/productinfo/cr/cr3/cr33b.htm",757,507);
}