function openWin(location, width, height) {
	window.open(location,'win','resizable=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,fullscreen=no,dependent=no,width=' + width + ',height=' + height + ',left=220,top=200');
}