// JavaScript Document
function PopUp(url){
		var url;
		window.open(url,'','width=493,height=225');
}