function popup(url){
	window.open('/'+url ,"popup","WIDTH=10,HEIGHT=10,TOP=50,LEFT=50,NORESIZABLE,NOSCROLLBARS");
}
