function buildSilhouettes() {
	options = "toolbar=1,status=1,menubar=1,scrollbars=1," + 	"resizable=0,width=840,height=700";
	newwindow=window.open("http://www.silhouettesandshadows.com","microsites", options);
	newwindow.document.close()
}
function buildAngels() {
	options = "toolbar=1,status=1,menubar=1,scrollbars=1," + 	"resizable=0,width=810,height=610";
	newwindow=window.open("http://www.andrewlakey.com/microsites/angels/index.shtml","microsites", options);
	newwindow.document.close()
}
function buildHearts() {
	options = "toolbar=1,status=1,menubar=1,scrollbars=1," + 	"resizable=0,width=810,height=610";
	newwindow=window.open("microsites/hearts/index.shtml","microsites", options);
	newwindow.document.close()
}
function buildEarly() {
	options = "toolbar=1,status=1,menubar=1,scrollbars=1," + 	"resizable=0,width=810,height=610";
	newwindow=window.open("http://www.andrewlakey.com/microsites/early/index.shtml","microsites", options);
	newwindow.document.close()
}
