// JavaScript Document

function openWin(href) {
	window.open(href);
	return false;
}