﻿function popup_window(url) {
	var date = new Date();
	window.open(url, date.getTime(), 'scrollbars=yes,resizable=false,menubar=no,toolbar=no,location=no,status=no,width=' + 582 + ',height=' + 640);
}