// JavaScript Document
function openwin(){
	window.open("displayFreeDesigns.html","enlarge","toolbar=no,location=on, scrollbar=no, status=no, resizable=no, width=580, height=570");
}
