var win;
/**
*@deprecated /expired
*/
function loadFullDiscDust(mission)
{
	//redirect_location = "http://oiswww.eumetsat.int/IDDS-cgi/listImages.dust";//?m=" + mission + ",c=" + channel + ",o=" + colour + ",s=" + sector + ",f=" + format + ",a=0,n=6,d=1,v=400,p=0";
	var redirect_location = "http://oiswww.eumetsat.int/IDDS-cgi/listImages.products.pl";//?m=" + mission + ",c=" + channel + ",o=" + colour + ",s=" + sector + ",f=" + format + ",a=0,n=6,d=1,v=400,p=0";
	//if (false && win)	{		if (!win.closed)		{			win.close();		}	}
	win = window.open(redirect_location, '_new', 'status=yes,resizable=yes,scrollbars=yes,width=850,height=700,top=10,screenY=10,left=100');
  win.focus();
}

/**
*@deprecated /expired after 9th Nov. 05
*/
function loadDerivedProduct(productID)
{
	//redirect_location = "http://oiswww.eumetsat.int/IDDS-cgi/listImages.dust";//?m=" + mission + ",c=" + channel + ",o=" + colour + ",s=" + sector + ",f=" + format + ",a=0,n=6,d=1,v=400,p=0";
	var server = "oiswww.eumetsat.int";
	server = "passat.eumetsat.de";
	var redirect_location = "http://"+server+"/IDDS-cgi/listImages.products.pl?c="+productID;//?m=" + mission + ",c=" + channel + ",o=" + colour + ",s=" + sector + ",f=" + format + ",a=0,n=6,d=1,v=400,p=0";
	//if (false && win)	{		if (!win.closed)		{			win.close();		}	}
	win = window.open(redirect_location, '_new', 'status=yes,resizable=yes,scrollbars=yes,width=850,height=700,top=10,screenY=10,left=100');
  win.focus();
}

/*New method*/
function popupDerivedProduct(productID,channelID, sat)
{
	//redirect_location = "http://oiswww.eumetsat.int/IDDS-cgi/listImages.dust";//?m=" + mission + ",c=" + channel + ",o=" + colour + ",s=" + sector + ",f=" + format + ",a=0,n=6,d=1,v=400,p=0";
	//var redirect_location = "http://oiswww.eumetsat.int/IDDS-cgi/listImages.products.pl?c="+productID;//?m=" + mission + ",c=" + channel + ",o=" + colour + ",s=" + sector + ",f=" + format + ",a=0,n=6,d=1,v=400,p=0";
	var redirect_location = "http://oiswww.eumetsat.int/IDDS-cgi/listImages.pl?m=prod,sa="+sat+",pr="+productID+",c="+channelID;
	//if (false && win)	{		if (!win.closed)		{			win.close();		}	}
	win = window.open(redirect_location, '_new', 'status=yes,resizable=yes,scrollbars=yes,width=850,height=700,top=10,screenY=10,left=100');
  win.focus();
}
