function popItUp(psdlink) {
	var newWindow = open(psdlink, 'secondWindow', 'scrollbars=yes,resizable=yes,width=400,height=400');
	}

