// JavaScript Document
function openwin(url){
	window.open(url, '_blank');
}