function go360(value,pop_name) 
	{
	windowname = window.open(value,pop_name,'resizable=yes,width=750,height=575,status=no,location=no,toolbar=no,menubar=no,scrollbars=yes');
	windowname.creator = self;
	}
