function popup(url,width,height){
	//var win = window.open('index.php', "HeliosGame");
	window.open(url, "_blank", "width="+width+", height="+height+", left=150, top=100, scrollbars='no', status='no', toolbar='no', resizeable='no' ");
}