// JavaScript Document

function bigPhoto(photo,theme,desc){

var dwin=window.open('','newWin','scrollbars=yes,status=no,width=760,height=520');	
dwin.document.open();
	dwin.document.write("<HEAD><TITLE>"+theme+"</TITLE><link href='style.css' rel='stylesheet' /></HEAD><body  style='background:url(images/bg.png) left top repeat-x;background-color:#82c8f2; margin:8px;'>")
	dwin.document.write("<div class='bigphoto' align='center'><img src='images/works/"+photo+"' alt='' class='bigphoto' /></div></body>");
dwin.document.close();		

}﻿

function miscPhoto(photo,theme,desc){

var dwin=window.open('','newWin','scrollbars=yes,status=no,width=760,height=520');	
dwin.document.open();
	dwin.document.write("<HEAD><TITLE>"+theme+"</TITLE><link href='style.css' rel='stylesheet' /></HEAD><body  style='background:url(images/bg.png) left top repeat-x;background-color:#82c8f2; margin:8px;'>")
	dwin.document.write("<div class='bigphoto' align='center'><img src='images/misc/"+photo+"' alt='' class='bigphoto' /></div></body>");
dwin.document.close();		

}﻿

function allPhoto(photo,theme,desc){

var dwin=window.open('','newWin','scrollbars=yes,status=no,width=760,height=520');	
dwin.document.open();
	dwin.document.write("<HEAD><TITLE>"+theme+"</TITLE><link href='style.css' rel='stylesheet' /></HEAD><body  style='background:url(images/bg.png) left top repeat-x;background-color:#82c8f2; margin:8px;'>")
	dwin.document.write("<div class='bigphoto' align='center'><img src='images/photo/"+photo+"' alt='' class='bigphoto' /></div></body>");
dwin.document.close();		

}﻿

function w_bigPhoto(photo,theme,desc){

var dwin=window.open('','newWin','scrollbars=yes,status=no,width=760,height=520');	
dwin.document.open();
	dwin.document.write("<HEAD><TITLE>"+theme+"</TITLE><link href='style.css' rel='stylesheet' /></HEAD><body  style='background:url(images/bg.png) left top repeat-x;background-color:#82c8f2; margin:8px;'>")
	dwin.document.write("<div class='bigphoto' align='center'><img src='images/works/"+photo+"' alt='' class='bigphoto' /></div></body>");
dwin.document.close();	

}﻿