/***************************************************************************
New Windows Java Script
****************************************************************************/





function test(){
	nwin = window.open("", "Newwindow","width=630,height=430","TOYO ITO &amp; ASSOCIATES, ARCHITECTS ","status=1");
	nwin.document.open();
	nwin.document.write("<HTML>");
	nwin.document.write("<TITLE>TOYO ITO &amp; ASSOCIATES, ARCHITECTS</TITLE>");
	nwin.document.writeln("<BODY>");
        nwin.document.write("<IMG SRC=\"fujiya-en.gif\" width=\"620\" height=\"400\">"); 
	nwin.document.write("<BR>");
	nwin.document.write("");
	nwin.document.write("</BODY></HTML>");
	nwin.document.close();
  
	return false; 
}

function newindow01(){
	nwin = window.open("", "Newwindow","width=630,height=430","TOYO ITO &amp; ASSOCIATES, ARCHITECTS @ANNEX","status=1");
	nwin.document.open();
	nwin.document.write("<HTML>");
	nwin.document.write("<TITLE>TOYO ITO &amp; ASSOCIATES, ARCHITECTSANNEX</TITLE>");
	nwin.document.writeln("<BODY>");
        nwin.document.write("<IMG SRC=\"annex-en.gif\" width=\"620\" height=\"400\">");
    
	nwin.document.write("<BR>");
	nwin.document.write("");
	nwin.document.write("</BODY></HTML>");
	nwin.document.close();

	return false;
}

function newindow02(){
	nwin = window.open("", "Newwindow","width=630,height=430","TOYO ITO &amp; ASSOCIATES, ARCHITECTS / BARCELONA OFFICE (in FIRA 2000)","status=1");
	nwin.document.open();
	nwin.document.write("<HTML>");
	nwin.document.write("<TITLE>TOYO ITO &amp; ASSOCIATES, ARCHITECTS / BARCELONA OFFICE (in FIRA 2000)</TITLE>");
	nwin.document.writeln("<BODY>");
        nwin.document.write("<IMG SRC=\"bcn-en-j.gif\" width=\"620\" height=\"400\">");
    
	nwin.document.write("<BR>");
	nwin.document.write("");
	nwin.document.write("</BODY></HTML>");
	nwin.document.close();

	return false;
}

