
var image,ext
function ehviewimage1(image)
{
	//xwidth2 = parseInt(xwidth) + 50;
	//yheight2 = parseInt(yheight) + 50;
	
	var s1 ="<TITLE>____// 800 Clothing Co.</TITLE>"
	var s15=""
	var s16="<style type=text/css> BODY {background: #333333 url(ehtile2.jpg) repeat} </style>" 
	var s2 ="<CENTER><IMG SRC='"+image+"' BORDER=3>"
	var s3 ="<FORM><INPUT TYPE='BUTTON' VALUE='Close Window'"+ " onClick='self.close()'>"
	var s4 ="</FORM></CENTER>"
    //window.open ('titlepage.html', 'newwindow', config='height=100,width=400, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no')
	ImageWindow=window.open('', 'newwin', config='height=550,width=500, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, directories=no, status=no');
	ImageWindow.document.write(s1+s15+s16+s2+s3+s4);
	ImageWindow.document.close();
}
