﻿        // all
        var GTX280="(%22GTX280%22%20%22GTX%20280%22)%20+(%22Asus%22%20%22Asustek%22%20%22BFG%22%20%22EVGA%22%20%22Gigabyte%22%20%22MSI%22%20%22PNY%22%20%22XFX%22%20%22XFX/PINE%22%20%22PINE/XFX%22%20%22Pine%22)%20-refurbished%20-ati%20-crossfire%20-radeon+(%22tigerdirect%22%20%22compusa%22%20%22buy.com%22%20%22zipzoomfly%22%20%22newegg%22%20%22NCIXUS%22)%20";
        var GTX260="(%22GTX260%22%20%22GTX%20260%22)%20+(%22Asus%22%20%22Asustek%22%20%22BFG%22%20%22EVGA%22%20%22Gigabyte%22%20%22MSI%22%20%22PNY%22%20%22XFX%22%20%22XFX/PINE%22%20%22PINE/XFX%22%20%22Pine%22)%20-refurbished%20-ati%20-crossfire%20-radeon%20+(%22tigerdirect%22%20%22compusa%22%20%22buy.com%22%20%22zipzoomfly%22%20%22newegg%22%20%22NCIXUS%22)%20";
        var gf9800GX2="(%229800%22)%20-GTX%20+(%22Asus%22%20%22Asustek%22%20%22BFG%22%20%22EVGA%22%20%22Gigabyte%22%20%22MSI%22%20%22PNY%22%20%22XFX%22%20%22XFX/PINE%22%20%22PINE/XFX%22%20%22Pine%22)%20-(D-Link%20DGL)+(%22tigerdirect%22%20%22compusa%22%20%22buy.com%22%20%22zipzoomfly%22%20%22newegg%22%20%22NCIXUS%22)%20";
        var gf9800GTX="(%229800%20GTX%22)%20-SSC+(%22Asus%22%20%22Asustek%22%20%22BFG%22%20%22EVGA%22%20%22Gigabyte%22%20%22MSI%22%20%22PNY%22%20%22XFX%22%20%22XFX/PINE%22%20%22PINE/XFX%22%20%22Pine%22)%20-refurbished%20-ati%20-crossfire%20-radeon+(%22tigerdirect%22%20%22compusa%22%20%22buy.com%22%20%22zipzoomfly%22%20%22newegg%22%20%22NCIXUS%22)%20";
        var gf9800GT="(%229800%20GT%22%20%229800GT%22)%20-GTX%20+(%22Asus%22%20%22Asustek%22%20%22BFG%22%20%22EVGA%22%20%22Gigabyte%22%20%22MSI%22%20%22PNY%22%20%22XFX%22%20%22XFX/PINE%22%20%22PINE/XFX%22%20%22Pine%22)+(%22tigerdirect%22%20%22compusa%22%20%22buy.com%22%20%22zipzoomfly%22%20%22newegg%22%20%22NCIXUS%22)%20";
        
      
        
        function WTB_GetResults(DivID, CallBackFunction, PageNumber, LowPrice, HighPrice, category, Query, productDescription, appID)
        {
        	
      			 document.getElementById('WTBResults').innerHTML="";
            var WTB_DivID = DivID;
            var prodDesc ='no'
            WTB_Get(DivID, CallBackFunction, PageNumber, LowPrice, HighPrice, 'default', Query, prodDesc, appID);
        }
        
        function displayResults() {

				
				 
					var optionNumber = document.pick.gc.selectedIndex

   			 if (optionNumber == 0) { 
    				//WTB_GetResults('WTBResults', 'WTB_GetResults', '1', '350', '1000', 'default', GTX280, 'no', 'nvidia_us_psearch-shp')	
    				document.getElementById('ciResults').src = "/object/buy_now_results_ci_no_branding?id=GFGTX280";
    				//document.getElementById('title').innerHTML="Results for GeForce GTX 280";		

  				 }
  			 if (optionNumber == 1) { 
					//WTB_GetResults('WTBResults', 'WTB_GetResults', '1', '299.99', '800', 'default', GTX260, 'no', 'nvidia_us_psearch-shp')
					document.getElementById('ciResults').src = "/object/buy_now_results_ci_no_branding?id=GFGTX260";
					//document.getElementById('title').innerHTML="Results for GeForce GTX 260";
  				 }	 
   			 if (optionNumber == 2) { 
					//WTB_GetResults('WTBResults', 'WTB_GetResults', '1', '250', '850', 'default', gf9800GX2, 'no', 'nvidia_us_psearch-shp')
					document.getElementById('ciResults').src = "/object/buy_now_results_ci_no_branding?id=GF9800GX2";
					//document.getElementById('title').innerHTML="Results for GeForce 9800 GX2";
  				 } 				 
  				  
  			 if (optionNumber == 3) { 
					//WTB_GetResults('WTBResults', 'WTB_GetResults', '1', '149', '999', 'default', gf9800GTX, 'no', 'nvidia_us_psearch-shp')
					document.getElementById('ciResults').src = "/object/buy_now_results_ci_no_branding?id=GF9800GTX";
					//document.getElementById('title').innerHTML="Results for GeForce 9800 GTX";
  				 }
  			 if (optionNumber == 4) { 
  			        document.getElementById('ciResults').src = "/object/buy_now_results_ci_no_branding?id=GF9800GT";
  			 		//document.getElementById('title').innerHTML="Results for GeForce 9800 GT";
  			 		//WTB_GetResults('WTBResults', 'WTB_GetResults', '1', '100', '850', 'default', gf9800GT, 'no', 'nvidia_us_psearch-shp')
  				 }  				 
}
        


        

