﻿function openwin(url){
	window.open(url,'','width=1010,height=655,menubar=no,scrollbars=no,resizable=no,toolbar=no,status=yes');
}
