function openimage(filename,width,height){
var html = new Array();
html[0] = "<html><head>\n";
html[1] = "<style type=\"text/css\"><!--\n";
html[2] = "body{margin:0}\n";
html[3] = "--></style></head>\n";
html[4] = "<body marginwidth=\"0\" marginheight=\"0\">\n"
html[5] = "<div><img src=\"";
html[6] = filename;
html[7] = "\"></div></body></html>\n"

var windowsize;
windowsize = "width="+width+",height="+height;

newWindow = window.open('','',windowsize+",scrollbars=no");
newWindow.document.open();
newWindow.document.write(html.join(""));
newWindow.document.close();

return false;
}

function openimage2(filename,width,height){
var html = new Array();
html[0] = "<html><head>\n";
html[1] = "<style type=\"text/css\"><!--\n";
html[2] = "body{margin:0}\n";
html[3] = "--></style></head>\n";
html[4] = "<body marginwidth=\"0\" marginheight=\"0\">\n"
html[5] = "<div><img src=\"";
html[6] = filename;
html[7] = "\"></div></body></html>\n"

var windowsize;
windowsize = "width="+(width+=20)+",height="+height;

newWindow = window.open('','',windowsize+",scrollbars=yes");
newWindow.document.open();
newWindow.document.write(html.join(""));
newWindow.document.close();

return false;
}

function openimage3(filename,width,height){
var html = new Array();
html[0] = "<html><head>\n";
html[1] = "<style type=\"text/css\"><!--\n";
html[2] = "body{margin:0}\n";
html[3] = "--></style></head>\n";
html[4] = "<body marginwidth=\"0\" marginheight=\"0\">\n"
html[5] = "<div><img src=\"";
html[6] = filename;
html[7] = "\"></div></body></html>\n"

var windowsize;
windowsize = "width="+(width+=20)+",height="+height;

newWindow = window.open('','',windowsize+",scrollbars=yes");
newWindow.document.open();
newWindow.document.write(html.join(""));
newWindow.document.close();

return false;
}

function tekigouopen() {
	window.open("http://www.watson.co.jp/product/tekigou.html", "");
}

function filteropen() {
	window.open("http://www.watson.co.jp/product/tekigou_filter.html", "");
}

function hfilteropen() {
	window.open("http://www.watson.co.jp/product/tekigou_hfilter.html", "");
}

function livingsopen() {
	window.open("http://www.watson.co.jp/product/livingsituation.html", "");
}

function kishuopen() {
	window.open("http://www.watson.co.jp/product/tekigou_kishu.html", "");
}

function ecopetopen() {
	window.open("http://www.watson.co.jp/product/ecopet_siyou.html", "");
}

function tipdelopen() {
	window.open("http://www.watson.co.jp/product/tipdel_siyou.html", "");
}



