<!--//

function winopen (href, w, h) {
	window.open(href,'colowin','width='+w+',height='+h+',toolbar=no,location=yes,directories=no,status=no,menubar=no,scrollbars=yes,copyhistory=no,resizable=yes');
}

//-->