function openWin(url,name,width,height){var url;var width;var height;var name;var new_win;width=parseInt(width);height=parseInt(height);win_detail="status=1,toolbar=0,location=0,directories=0,width="+width+",height="+height+",scrollbars=1,resizable=1";window.open(url,name,win_detail);}function openPhoto(url){	var url;	var output;	var new_win;		width = 700;	height = 510;		output ="";	output += "<html>";	output += "<head>";	output += "<title>DENSO SPARK PLUG</title>";	output += "<body>";	output += "<div align='center'><img src='";	output += url;	output += "'>";	output += "</div><br>";	output += "<div align=right style=width:95%;><a href=javascript:window.close()><img src=/PLUG/common/images/close.gif border=0 alt=Close title=Close></a></div>";/*	output += "<img src=/PLUG/common/images/copyright.gif width=308 height=11 border=0 alt=Copyright (C) DENSO CORPORATION. All rights reserved. title=Copyright (C) DENSO CORPORATION. All rights reserved.><br>";*/	output += "</body></html>";		win_detail = "status=1,toolbar=0,location=0,directories=0,width=" + width + ",height=" + height + ",scrollbars=1, resizable=1";		nw_win= window.open('','photo',win_detail);	nw_win.document.open();	nw_win.document.write(output);	nw_win.window.focus();	nw_win.document.close();}function openPhoto900(url){	var url;	var output;	var new_win;		width = 950;	height = 670;		output ="";	output += "<html>";	output += "<head>";	output += "<title>DENSO SPARK PLUG</title>";	output += "<body>";	output += "<div align='center'><img src='";	output += url;	output += "'>";	output += "</div><br>";	output += "<div align=right style=width:95%;><a href=javascript:window.close()><img src=/PLUG/common/images/close.gif border=0 alt=Close title=Close></a></div>";/*	output += "<img src=/PLUG/common/images/copyright.gif width=308 height=11 border=0 alt=Copyright (C) DENSO CORPORATION. All rights reserved. title=Copyright (C) DENSO CORPORATION. All rights reserved.><br>";*/	output += "</body></html>";		win_detail = "status=1,toolbar=0,location=0,directories=0,width=" + width + ",height=" + height + ",scrollbars=1, resizable=1";		nw_win= window.open('','photo',win_detail);	nw_win.document.open();	nw_win.document.write(output);	nw_win.window.focus();	nw_win.document.close();}