function popUp(url, width, height) {
	day = new Date();
	id = day.getTime();
	self.open(url, id, 'scrollbars=no, location=no, status=0, menu=0, toolbar=0, resizable=no, copyhistory=0, width=' + width + ', height=' + height);
}
