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