window.status = "Dynamic Designs";
function openWin(win,w,h) {
  myWin= open(win, "", "width="+w+",height="+h+",scrollbars=yes,resizable=no,status=yes,toolbar=no,menubar=yes");
}
function email(text) {
	var mail = "mail"; var to = "to:";
	document.write("<a href=\"" + mail + to + "aaron" + "@" + "dynamic-designs.org" + "\">" + text + "</a>");
}
