function openwin(url) {
	var winRef = window.open(url, "puwindow", 'width=800,height=650,toolbars=no,resizable=yes');
}
