
function newVertPhoto(name) {
	newPage = window.open("", "", "height=450, width=300, left=20, top=20");

	newPage.document.writeln("<HTML>");
	newPage.document.writeln("<HEAD>");
	newPage.document.writeln("<TITLE>");
	newPage.document.write("ethan todras-whitehill -- writer, designer");
	newPage.document.writeln("</TITLE>");
	newPage.document.writeln("</HEAD>");

	newPage.document.writeln("<body marginwidth='0' marginheight='0' leftmargin='0' rightmargin='0' topmargin='0' bottommargin='0'>");
	newPage.document.writeln("<table border='0' cellspacing='0' cellpadding='0' width='100%' height='100%'>");
	newPage.document.writeln("<tr>");
	newPage.document.writeln("<td background='images/"+name+"full.jpg' width=300 height=450>&nbsp;</td>");
	newPage.document.writeln("</tr>");
	newPage.document.writeln("</table>");
	newPage.document.writeln("</body>");
	newPage.document.writeln("</html>");

	newPage.document.close();
}

function newHorizPhoto(name) {
	newPage = window.open("", "", "height=300, width=450, left=20, top=20");

	newPage.document.writeln("<HTML>");
	newPage.document.writeln("<HEAD>");
	newPage.document.writeln("<TITLE>");
	newPage.document.write("ethan todras-whitehill -- writer, designer");
	newPage.document.writeln("</TITLE>");
	newPage.document.writeln("</HEAD>");

	newPage.document.writeln("<body marginwidth='0' marginheight='0' leftmargin='0' rightmargin='0' topmargin='0' bottommargin='0'>");
	newPage.document.writeln("<table border='0' cellspacing='0' cellpadding='0' width='100%' height='100%'>");
	newPage.document.writeln("<tr>");
	newPage.document.writeln("<td background='images/"+name+"full.jpg' width=450 height=300>&nbsp;</td>");
	newPage.document.writeln("</tr>");
	newPage.document.writeln("</table>");
	newPage.document.writeln("</body>");
	newPage.document.writeln("</html>");

	newPage.document.close();
}

function newVertPhoto1(name) {
	newPage = window.open("", "", "height=450, width=338, left=20, top=20");

	newPage.document.writeln("<HTML>");
	newPage.document.writeln("<HEAD>");
	newPage.document.writeln("<TITLE>");
	newPage.document.write("ethan todras-whitehill -- writer, designer");
	newPage.document.writeln("</TITLE>");
	newPage.document.writeln("</HEAD>");

	newPage.document.writeln("<body marginwidth='0' marginheight='0' leftmargin='0' rightmargin='0' topmargin='0' bottommargin='0'>");
	newPage.document.writeln("<table border='0' cellspacing='0' cellpadding='0' width='100%' height='100%'>");
	newPage.document.writeln("<tr>");
	newPage.document.writeln("<td background='images/"+name+"full.jpg' width=338 height=450>&nbsp;</td>");
	newPage.document.writeln("</tr>");
	newPage.document.writeln("</table>");
	newPage.document.writeln("</body>");
	newPage.document.writeln("</html>");

	newPage.document.close();
}

function newHorizPhoto1(name) {
	newPage = window.open("", "", "height=338, width=450, left=20, top=20");

	newPage.document.writeln("<HTML>");
	newPage.document.writeln("<HEAD>");
	newPage.document.writeln("<TITLE>");
	newPage.document.write("ethan todras-whitehill -- writer, designer");
	newPage.document.writeln("</TITLE>");
	newPage.document.writeln("</HEAD>");

	newPage.document.writeln("<body marginwidth='0' marginheight='0' leftmargin='0' rightmargin='0' topmargin='0' bottommargin='0'>");
	newPage.document.writeln("<table border='0' cellspacing='0' cellpadding='0' width='100%' height='100%'>");
	newPage.document.writeln("<tr>");
	newPage.document.writeln("<td background='images/"+name+"full.jpg' width=450 height=338>&nbsp;</td>");
	newPage.document.writeln("</tr>");
	newPage.document.writeln("</table>");
	newPage.document.writeln("</body>");
	newPage.document.writeln("</html>");

	newPage.document.close();
}

function newHorizPhoto2(name) {
	newPage = window.open("", "", "height=600, width=800, left=20, top=20");

	newPage.document.writeln("<HTML>");
	newPage.document.writeln("<HEAD>");
	newPage.document.writeln("<TITLE>");
	newPage.document.write("ethan todras-whitehill -- writer, designer");
	newPage.document.writeln("</TITLE>");
	newPage.document.writeln("</HEAD>");

	newPage.document.writeln("<body marginwidth='0' marginheight='0' leftmargin='0' rightmargin='0' topmargin='0' bottommargin='0'>");
	newPage.document.writeln("<table border='0' cellspacing='0' cellpadding='0' width='100%' height='100%'>");
	newPage.document.writeln("<tr>");
	newPage.document.writeln("<td background='images/"+name+"full.jpg' width=800 height=600>&nbsp;</td>");
	newPage.document.writeln("</tr>");
	newPage.document.writeln("</table>");
	newPage.document.writeln("</body>");
	newPage.document.writeln("</html>");

	newPage.document.close();
}

function newVertPhoto2(name) {
	newPage = window.open("", "", "height=800, width=600, left=20, top=20");

	newPage.document.writeln("<HTML>");
	newPage.document.writeln("<HEAD>");
	newPage.document.writeln("<TITLE>");
	newPage.document.write("ethan todras-whitehill -- writer, designer");
	newPage.document.writeln("</TITLE>");
	newPage.document.writeln("</HEAD>");

	newPage.document.writeln("<body marginwidth='0' marginheight='0' leftmargin='0' rightmargin='0' topmargin='0' bottommargin='0'>");
	newPage.document.writeln("<table border='0' cellspacing='0' cellpadding='0' width='100%' height='100%'>");
	newPage.document.writeln("<tr>");
	newPage.document.writeln("<td background='images/"+name+"full.jpg' width=600 height=800>&nbsp;</td>");
	newPage.document.writeln("</tr>");
	newPage.document.writeln("</table>");
	newPage.document.writeln("</body>");
	newPage.document.writeln("</html>");

	newPage.document.close();
}
