// JavaScript Document

function coLink(url){
	window.open(url,'Main');
}