<?
#note $searchdo not use any format, becaus it is formated in aws_signed_request.php    (2009/8/18)        add associatetag: remember that in php ref to variable has to be in order in function def and as well as in the application 12/17/2011 for instance in mani_serch (put in order) and in uing it the order of variables have to be observed




error_reporting(0);
#$script_name = "amazon_search.php";

include("aws_signed_request.php");

$public_key = "1TTKKNERJRD3931Q22R2"; //your public AWS key
$private_key = "MNY8DqSdShXi2CDltGvwuj2WMMeavCVRZLbGt9j6"; //your private AWS key
$PartnerId = "categoricalgeome";
                  # print "dddddddddddddddddddddddddddddd $PartnerId";

$search = $_GET['search'];
$mode = $_GET['mode'];
$image_size = $_GET['image_size'];
$review = $_GET['review'];
$total_page = $_GET['total_page'];
$simple_list = $_GET['simple_list'];
$page_count = $_GET['page_count'];
$total_item = $_GET['total_item'];
$sort = $_GET['sort'];
$node = $_GET['node'];
$node_name = $_GET['node_name'];

$searchtype = $_GET['searchtype'];$productname = $_GET['productname'];



if ($searchtype == "asinxml"  or $mode == "asinxml")
	{
		$url =  "http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&SubscriptionId=15RJV3GX2B2Y33Y9BMR2&Operation=ItemLookup&ItemId=$search&ResponseGroup=Large";
		print "<a href=$url>xml-view</a>";
		$arr_file = file($url);
		$Parse_e1 = "<(.+)>";
		$Parse_e2 = "<(.+)/>";

		$result = join("",$arr_file);




		$result = ereg_replace("</","-TTT-",$result);
		$result = ereg_replace(">","-SSS-",$result);
		$result = ereg_replace("<","-VVV-",$result);
		$result = ereg_replace("-SSS-","&gt",$result);
		$result = ereg_replace("-TTT-","<br>&lt/",$result);
		$result = ereg_replace("-VVV-","<br>&lt",$result);

		echo $result;


		#for ($i=0; $i < count($arr_file); $i++)
		#{
			#print $arr_file[$i]."<br>";
		#}


		exit;
	}

$font_face_1 = "<font face=verdana,arial,helvetica size=-1>";
$file_mode = "books";
$file_node = "1";
#print $review."ssssssss";
$count = 0;



###############################change to gggg.com because category.org is too slow; note that prine_next_list has also changed
$search_cgi_name = "$SCRIPT_NAME";
#print "$SCRIPT_NAME mmmmmmmmmm";
#$search_cgi_name = "http://www.gggg.com".$SCRIPT_NAME;
$search_cgi_name = "/search.php";
#print "fffffffffffffffffffffffffffffff $SCRIPT_NAME";

$locale = "us";

$starters_us = array ("books|Books|1000|books",
 "photo|Photo|502394|photo",
 "wireless-phones|Wireless|301185|wireless",
 "pc-hardware|PCHardware|541966|pc",
 "videogames|VideoGames|468642|games",
 "dvd|DVD|130|video",
 "electronics|Electronics|172282|electronics",
 "kitchen|Kitchen|284507|kitchen",
 "magazines|Magazines|599872|magzines",
 "music|Music|301668|music",
 "classical|Classical|85|music|",
 "garden|OutdoorLiving|286168|garden|Garden",
 "software|Software|491286|software",
 "universal|Tools|228013|tools",
 "toys|Toys|171280|toys",
 "video|VHS|404272|video",

"apparel|Apparel|1036592|apparel|0|",

 "jewelry|Jewelry|3367581|jewelry|0|",

 "musicalinstruments|MusicalInstruments|11091801|musicalinstruments|0|",

 "health|HealthPersonalCare|3760901|health|0|",

 "beauty|Beauty|3760911|beauty|0|",

 "sports|SportingGoods|3375251|sports|0|",

 "office|OfficeProducts|1064954|office|0|");


#"asin|asin|0|asin|0|",
#"asinxml|asinxml|0|asinxml|0|");






#print "$search_cgi_name ttttttttt";
#print $image_size."aaaaa";
#$search = "algebra";
if ($review == "" and $total_page == "")
{
$review = "on";
}
if ($page_count == "")
{
$page_count = 1;
}
if ($total_page == "")
{
$total_page = 1;
}
if ($image_size == "")
{
$image_size = "medium";
#$image_size = "small";
}

if ($max_item == "")
{
$max_item = 0;
}
if ($sort == "")
{
	$sort = "pmrank";
}

if ($simple_list)
{
	$type = "lite";
}
if ($searchtype == "")
{
	$searchtype = "Keywords";
}

#print $photo_asin;

$search_d = rawurldecode($search);
#print "$search and $search_d = 1\n";
#$search = format($search_d);
#$search = rawurlencode($search);
$sort = urlencode($sort);
#print "sort = $sort\n";
$total_page_n = $page_count * $total_page;
$total_page_p = ($page_count - 1) * $total_page;
$productname = rawurldecode($productname);

$nn_node = $node;


if ($locale == "us")
{
	$starters = $starters_us;
}
if ($locale == "uk")
{
	$starters = $starters_uk;
}
if ($locale == "de")
{
	$starters = $starters_de;
}


if ($mode == "")
{
$mode = "books";
}

$count_line = count($starters);


for($x_au=0;$x_au<$count_line;$x_au++)
{
 $search_line =split("\|", $starters[$x_au]);
#print "\n nnnn $node \n";
if ($mode == $search_line[0])
{
$subject = $search_line[1];
if (!$node)
{
$node =$search_line[2];
}

#$search_mode = $search_line[3];
$next_node = $search_line[4];
#print "<br>ddddddddddddddd $next_node";
if ($next_node != "0")
{
$next_node = $node;
}

}
}


if ($nn_node)
{
	$node = $nn_node;
	$next_node = $nn_node;
}
#$search = ereg_replace("  "," ",$search);
#$search = ereg_replace("   "," ",$search);
#$search = ereg_replace(" ","%20",$search);

#type = "complete" for header";

#$browse_subject = "<b class=\"h3color\">Browse: <a href=\"http://www.category.org/browse/$mode/index.html\"> $subject</a> (<a href=\"http://www.category.org/browse/$mode/main.html\">Main Menu</a>)</b>";

html_head($mode, $search_d, $page, $image_size, $review, $total_page, $subject, $search_cgi_name, $simple_list, $photo_asin, $searchtype, $productname, $node_name);

#if($simple_list || $total_page > 1 || !$review || $image_size != "medium")
#{
	#$advanced = "advanced";
#}
#else
#{
	#$advanced = "";
#}
print_form("", $mode, $search_d, $page, $image_size, $review, $total_page, $subject, $search_cgi_name, $simple_list, $sort, $searchtype);
#print "$total_item && $page_count != 1";




#print " mode = $file_mode, search = $search; page = $page\n";
#print "$total_page_p - $total_page_n sssssssss\n";
#print $page."aaaaa\n";

#$TotalResults = 0;
if ($nn_node)
{
#$file_next_old = "/www/browse/$mode/$node/next.txt"; #comment out 4/24/2004
$file_next_old = "/us_1/csv/next/$mode/$next_node";
}
else
{
#$file_next_old = "/www/browse/$mode/next.txt";
$file_next_old = "/us_1/csv/next/$mode/$next_node";
}
#print "<br> aaaaaaaaaaaaaa $file_next_old";
$file_url_dir = "http://www.category.org/browse/$mode/";
$page = $total_page_p;

if ($page_count < 2)
{
print_next_list($file_next_old, $file_url_dir, $mode);
}


	if($total_item && $page_count != 1)
{

write_page_line($page_count, $mode, $search, $image_size, $review, $total_page, $total_item, $search_cgi_name, $simple_list, $sort, $node, $node_name);
#print "$font_face_1 Click image to see lager photo</font><br>";
#print "<br> page  and page_count = $page_count <br>";
}
#print "$page_count == 1 and $mode";



	while ($total_page_p <= $page && $page < $total_page_n)
	{
		$page++;
		#print " stage =$search_step: $file_mode, $file_node; search nodes: page = $page\n";
		#if ($page == 1) change for search review 10/20/2004
		if (!$total_item)
		{
			$total_item = Main_Search($page_count, $mode, $search, $page, $image_size, $review, $total_page, $simple_list, $search_cgi_name, $photo_asin, $node, $sort, $searchtype, $node_name, $subject, $public_key, $private_key);
		}
		else
		{
			Main_Search($page_count, $mode, $search, $page, $image_size, $review, $total_page, $simple_list, $search_cgi_name, $photo_asin, $node, $sort, $searchtype, $node_name, $subject, $public_key, $private_key);
		}
		#Main_Search($file_mode, $file_node, $page);
	}


	$contact = '<p>contact: <a href="mailto: info@n2000.com">info@n2000.com</a>';
	$copyright = '<p>Copyright &copy; 1998-2007 geometry.net';
	if ($total_item == 0 and $searchtype != "asin" and $searchtype != "ListManiaSearch" and $mode != "review")
	{
		#print "aaa $mode";
		if ($search && $mode !="office-products")
		{

		Print "Your search - <b>$subject : $search_d</b> - did not match any items.<br> You may try a new search, or browse the subcategories for $subject:<p>";

			$search = "";

			print $browse_subject;


			print_next_list($file_next_old, $file_url_dir, $mode);
			Main_Search($page_count, $mode, $search, $page, $image_size, $review, $total_page, $simple_list, $search_cgi_name, $photo_asin, $node, $sort, $searchtype, $node_name, $subject, $public_key, $private_key);
		}
		elseif ($search)
		{
			Print "Your search - <b>$subject : $search_d</b> - did not match any items.<p>";

		}

	}


	if ($total_item)
	{
	write_page_line($page_count, $mode, $search, $image_size, $review, $total_page, $total_item, $search_cgi_name, $simple_list, $sort, $node, $node_name);

	}
	#print_form("advanced", $mode, $search_d, $page, $image_size, $review, $total_page, $subject, $search_cgi_name, $simple_list, $sort, $searchtype);


#if($page_count == 1 and $mode)

if($mode && $search && $mode !="office-products")
{

#print $browse_subject;

print_next_list($file_next_old, $file_url_dir, $mode);

#print "$file_next_old, $file_url_dir";
}


if ($total_item)
{
	print " <P>Questions on ordering or shipping? click <a href=\"/help.html\" target=_blank>here</a> for help.";
}
#if ($mode != "office-products")
#{

print $copyright;
print $contact;
#}
print "</center>";

print '<!-- Start of StatCounter Code --><script type="text/javascript">
var sc_project=3390109;var sc_invisible=1;var sc_partition=37;var sc_security="db2ce604";
</script><script type="text/javascript" src="http://www.statcounter.com/counter/counter_xhtml.js"></script><noscript><div class="statcounter"><a class="statcounter" href="http://www.statcounter.com/"><img class="statcounter" src="http://c38.statcounter.com/3390109/0/db2ce604/1/" alt="hit counter" /></a></div></noscript>
<!-- End of StatCounter Code -->';
print "</body></html>";
?>


<?
function Main_Search($page_count, $ff_mode, $search, $page, $image_size, $review, $total_page, $simple_list, $search_cgi_name, $photo_asin, $node, $sort, $searchtype, $node_name, $subject, $public_key, $private_key)
{        #print "sssssssssssssssssssssssssssssssssss part =   $public_key, $private_key -----";
	if ($photo_asin)
	{
		$target = "";
	}
	else
	{
		$target = "target=_blank";

	}

	global $search_type;

	$font_face = "<font face=verdana,arial,helvetica>";
	$font_face_1 = "<font face=verdana,arial,helvetica size=-1>";
	$font_face_2 = "<font face=verdana,arial,helvetica size=-2>";
	#print "$font_face_1 --ddddddddd--";
	#print $ff_mode;
	$count = 0;
	$stop = 0;
	$file_desc_dir = "/www/desc/$ff_mode/";

	#$type = "lite";
	if ($simple_list == "on")
	{
		$type = "lite";
	}
	else
	{
	$type = "heavy";
	}
	#$sort = "+daterank";
	#$sort = "";

	$Parse_Details = "#<Item>(.*?)</Item>#";
	#note that this is for preg_match_all so has to add delimiter # or /


	# (3/9/2003) note for new php here for preg_mathc_all we need .*?, while for preg_match we only need .+ -----------------very important
	$Parse_TotalResults = "<TotalResults>(.+)</TotalResults>";
	$Parse_Asin = "<Asin>(.+)</Asin><DetailPageURL>";
	$Parse_Asin_1 = "<Asin>(.+)</Asin>";
	$Parse_ItemAttributes = "<ItemAttributes>(.+)</ItemAttributes>";
	$Parse_FormattedPrice = "<FormattedPrice>(.+)</FormattedPrice>";

	$Parse_OfferSummary = "<OfferSummary>(.+)</OfferSummary>";

	$Parse_LowestNewPrice = "<LowestNewPrice>(.+)</LowestNewPrice>";
	$Parse_LowestUsedPrice = "<LowestUsedPrice>(.+)</LowestUsedPrice>";

	$Parse_TotalNew = "<TotalNew>(.+)</TotalNew>";
  	$Parse_TotalUsed = "<TotalUsed>(.+)</TotalUsed>";


	#<MediumImage><URL>http://ec1.images-amazon.com/images/I/21D3YMYYKDL.jpg</URL>
	#<MediumImage><URL>http://ecx.images-amazon.com/images/I/217WX653EAL.jpg</URL><Height Units="pixels">140</Height><Width Units="pixels">119</Width></MediumImage>



	$Parse_OurPrice = "<FormattedPrice>(.+)</FormattedPrice></Price>";
	#$Parse_ImageUrlSmall = "<SmallImage><URL>http://images.amazon.com/images/P/(.+)</URL>";
	#$Parse_ImageUrlMedium = "<MediumImage><URL>http://images.amazon.com/images/P/(.+)</URL>";
        # <LargeImage><URL>http://ecx.images-amazon.com/images/I/515EFSe642L._SL500_.jpg</URL>

	#$Parse_ImageUrlSmall = "<SmallImage><URL>http://ecx.images-amazon.com/images/I/[A-Za-z_0-9]{1,11}\.jpg</URL>";
	#$Parse_ImageUrlMedium = "<MediumImage><URL>http://ecx.images-amazon.com/images/I/[A-Za-z_0-9]{1,11}\._[A-Za-z_0-9]{1,5}_\.jpg</URL>";
        #$Parse_ImageUrlMedium = "<MediumImage><URL>http://ecx.images-amazon.com/images/I/(.+)\.jpg</URL>";
	#$Parse_ImageUrlLarge = "<LargeImage><URL>http://ecx.images-amazon.com/images/I/[A-Za-z_0-9]{1,11}\.jpg</URL>";

        $Parse_ImageUrlSmall = "<SmallImage><URL>http://ecx.images-amazon.com/images/I/[A-Za-z_0-9]{1,11}\._[A-Za-z_0-9]{1,5}_\.jpg</URL>";
        $Parse_ImageUrlMedium = "<MediumImage><URL>http://ecx.images-amazon.com/images/I/[A-Za-z_0-9]{1,11}\._[A-Za-z_0-9]{1,5}_\.jpg</URL>";
        $Parse_ImageUrlLarge = "<LargeImage><URL>http://ecx.images-amazon.com/images/I/[A-Za-z_0-9]{1,11}\._[A-Za-z_0-9]{1,5}_\.jpg</URL>";


	#$Parse_ImageUrlLarge = "<LargeImage><URL>http://images.amazon.com/images/P/(.+)</URL>";
	$Parse_Media = "<Binding>(.+)</Binding>";
	$Parse_ReleaseDate = "<PublicationDate>(.+)</PublicationDate>";
	$Parse_Manufacturer = "<Publisher>(.+)</Publisher>";
	$Parse_ProductDescription = "#<EditorialReview>(.*?)</EditorialReview>#";
	$Parse_Price = "<Price>(.+)</Price>";
	$Parse_CustomerReviews = "<CustomerReviews>(.+)</CustomerReviews>"; #for pre_macth
	$Parse_Review = "#<Review>(.*?)</Review>#";
	$Parse_Catalog = "<Catalog>(.+)</Catalog>";
	$Parse_ProductName = "<Title>(.+)</Title>";
	$Parse_AvgCustomerRating = "<AverageRating>(.+)</AverageRating>";
	$Parse_TotalCustomerReviews = "<TotalReviews>(.+)</TotalReviews>";
	$Parse_Summary = "<Summary>(.+)</Summary>";
	$Parse_Comment = "<Content>(.+)</Content>";
	$Parse_Rating = "<Rating>(.+)</Rating>";
	$Parse_Feature = "#<Feature>(.*?)</Feature>#";
	$Parse_ProductGroup = "<ProductGroup>(.+)</ProductGroup>";
	$Parse_Brand = "<Brand>(.+)</Brand>";
	$Parse_Department = "<Department>(.+)</Department>";
	$Parse_Source = "<Source>(.+)</Source>";
 	$Parse_Content = "<Content>(.+)</Content>";
	$Parse_SimilarProducts = "<SimilarProducts>(.+)</SimilarProducts>";
	$Parse_SimilarProduct = "#<SimilarProduct>(.*?)</SimilarProduct>#";
	$Parse_ListmaniaLists = "<ListmaniaLists>(.+)</ListmaniaLists>";
	$Parse_ListmaniaList = "#<ListmaniaList>(.*?)</ListmaniaList>#";
	$Parse_ListId = "<ListId>(.+)</ListId>";
	$Parse_ListName = "<ListName>(.+)</ListName>";
	$Parse_BrowseNodes = "<BrowseNodes>(.+)</BrowseNodes>";
	$Parse_BrowseNode = "#<BrowseNode>(.*?)</BrowseNode>#";
	$Parse_ListId = "<ListId>(.+)</ListId>";
	$Parse_ListName = "<ListName>(.+)</ListName>";











	$Parse_ListPrice = "<ListPrice>(.+)</ListPrice>";
	$Parse_BrowseList = "<BrowseList>(.+)</BrowseList>";
	$Parse_Isbn = "<Isbn>(.+)</Isbn>";
	$Parse_Availability = "<Availability>(.+)</Availability>";
	$Parse_SalesRank= "<SalesRank>(.+)</SalesRank>";
	$Parse_NumMedia = "<NumMedia>(.+)</NumMedia>";
	$Parse_SimilarProducts = "<SimilarProducts>(.+)</SimilarProducts>";
	#$Parse_Author = "<$Author_name>(.+)</$Author_name>";
	$Parse_BrowseName = "<BrowseName>(.+)</BrowseName>";
	$Parse_BrowseNode = "#<BrowseNode>(.*?)</BrowseNode>#";
	$Parse_Product = "#<Product>(.*?)</Product>#";
	$Parse_Features = "<Features>(.+)</Features>";
	$Parse_Directors = "<Directors>(.+)</Directors>";
	$Parse_Director = "#<Director>(.*?)</Director>#";



################################################################################
##################################################
###########################################################################
########################################################################
	$with_pic = 1;
	$with_star = 1;
	$num_rec = 20;
	$book_num_rec = 5;
	$cut_text_length = 300;
###########################################################################
	$local_image_base = "http://www.algebraic.net/subject_image/";
	$use_local_image = 0; # use www.8r.com's image
	$local_url  = "http://www.geometry.net/";
	#$star_url  = "http://www.algebraic.net/";
	$star_url = "http://g-images.amazon.com/images/G/01/detail/";
	$search_engine = "http://www.geometry.net/cgi-bin/988.cgi";
#############################################################################

###########################################################################
	$geometry_logo = '<A HREF="http://www.geometry.net"><font face="Tahoma,Arial,Helvetica" color="#0000ff"><b>geometry<font color="#ff0000" face="times new roman">.</font>net</b></font></a>';
	$main_logo = '<A HREF="http://www.geometry.net"><img SRC="/gnet_logo.gif" height=37 width=165 border=0></a>';
$logo = '<A HREF="/index.html" border=0><font face="Tahoma,Arial,Helvetica" color="#0000ff"><b>j4<font color="#ff0000" face="times new roman">.</font>com</b></font></a>';
	$contact = '<center><font face="Arial,Helvetica" size=-1>contact: <a href="mailto: gnet@geometry.net">support@geometry.net</a></font></center>';
	$copyright = '<center>Copyright &copy; 1998-2002 geometry.net</center>';
#############################################################################
	$add_line_main = "http://www.amazon.com/exec/obidos/ASIN/";
	$add_line_de = "http://www.amazon.de/exec/obidos/ASIN/";
	$add_line_fr = "http://www.amazon.fr/exec/obidos/ASIN/";
	$add_line_ca = "http://www.amazon.ca/exec/obidos/ASIN/";
	$add_line_uk = "http://www.amazon.co.uk/exec/obidos/ASIN/";
        $add_line_jp = "http://www.amazon.co.jp/exec/obidos/ASIN/";

        #$add_line_back = "/categoricalgeome";
	#$add_line_back_de = "/geometrynet01-21";
	#$add_line_back_fr = "/geometrynet0c-21";
	#$add_line_back_ca = "/geometrynet-20";
	#$add_line_back_uk = "/geometrynet-21";
	$add_line_back = "/gemotrack4-20/ref=nosim";
	$add_line_back_de = "/geometrynet01-21/ref=nosim";
	$add_line_back_fr = "/geometrynet0c-21/ref=nosim";
	$add_line_back_ca = "/geometrynet-20/ref=nosim";
	$add_line_back_uk = "/geometrynet-21/ref=nosim";
        $add_line_back_jp = "/geometrynet-22/ref=nosim";
###
	$single_author = 0;
	$by_name = "by";
	if ($ff_mode == "books")
	{
		$Authors_name = "Authors";
		$Author_name = "Author";
		#print $Author_name." $ff_mode ---------------\n<br>";
		$author_search = "Author";


	}
	elseif ($ff_mode == "classical" or $ff_mode == "music")
	{
		$Authors_name = "Artists";
		$Author_name = "Artist";
		$by_name = "Artist:";
		$author_search = "Artist";

	}
	elseif ($ff_mode == "dvd" or $ff_mode == "vhs" or $ff_mode == "video" )
	{
		$Authors_name = "Starring";
		$Author_name = "Actor";
		$by_name = "Starring:";
		$author_search = "Actor";
	}
	else
	{
		$Authors_name = "Manufacturer";
		$single_author = 1;
		$Author_name = "Manufacturer";
		$by_name = "Manufacturer";
		$author_search = "Manufacturer";

	}


	#print $Author_name." $ff_mode ---------------\n<br>";
	$Parse_Authors = "<$Authors_name>(.+)</$Authors_name>";
	$Parse_Author = "#<$Author_name>(.*?)</$Author_name>#";
	$Parse_Author_simple = "<$Author_name>(.+)</$Author_name>";
	#print "final = <$Author_name>(.+)</$Author_name> $Parse_Author <br>";
	$search_qqq = $search;

	#$url = "http://xml.amazon.com/onca/xml2?t=webservices-20&dev-t=D2NIHDVG1L9MTA&BrowseNodeSearch=$ff_node&mode=$ff_mode&type=$type&page=$page&sort=$sort&f=xml";

	if (!$search and $node)
	{
		$searchtype = "BrowseNode";
		$search_qqq = $node;
		#$url = "http://xml.amazon.com/onca/xml2?t=webservices-20&dev-t=D2NIHDVG1L9MTA&AsinSearch=$photo_asin&type=$type&f=xml";
		#$url = "http://xml.amazon.com/onca/xml2?t=webservices-20&dev-t=D2NIHDVG1L9MTA&BrowseNodeSearch=$node&mode=$ff_mode&type=$type&page=$page&sort=$sort&f=xml";
		#print $url."\n";
	}
	elseif($search and $simple_list)
	{
		#$url = "http://xml.amazon.com/onca/xml2?t=webservices-20&dev-t=D2NIHDVG1L9MTA&KeywordSearch=$search&mode=$ff_mode&type=lite&page=$page&sort=$sort&f=xml";

		#print $url;
	}
	#$url = "http://xml.amazon.com/onca/xml3?t=webservices-20&dev-t=D2NIHDVG1L9MTA&$searchtype=$search_qqq&mode=$ff_mode&type=$type&page=$page&sort=$sort&f=xml";

	#$ff_mode = "$subject";

	if ($searchtype == "BrowseNodeLookup")
	{
		$url =  "http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&SubscriptionId=15RJV3GX2B2Y33Y9BMR2&Operation=BrowseNodeLookup&BrowseNodeId=$search_qqq&ItemPage=$page&ResponseGroup=BrowseNodes
";

	}
	elseif ($ff_mode == "review")
	{
		$url =  "http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&SubscriptionId=15RJV3GX2B2Y33Y9BMR2&Operation=ItemLookup&ItemId=$search_qqq&ReviewPage=$page&ResponseGroup=Large,EditorialReview,Reviews";
	}
	elseif ($searchtype == "asin" or $ff_mode == "asin" or $searchtype == "asinxml"  or $ff_mode == "asinxml")
	{
		$url =  "http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&SubscriptionId=15RJV3GX2B2Y33Y9BMR2&Operation=ItemLookup&ItemId=$search_qqq&ReviewPage=$page&ResponseGroup=Large";
        $arr_file = aws_signed_request("com", array("Operation"=>"ItemLookup","ResponseGroup"=>"Large","ItemId"=>"$search_qqq","ItemPage"=>"$page","AssociateTag"=>"$PartnerId"), $public_key, $private_key);



       }
	elseif ($searchtype == "list")
	{
		$url =  "http://webservices.amazon.com/onca/xml?Service=AWSECommerceService&SubscriptionId=15RJV3GX2B2Y33Y9BMR2&Operation=ListLookup&ListId=$search_qqq&ListType=Listmania&ReviewPage=$page&ResponseGroup=Large";
	}
	else
	{
		$url =  "http://ecs.amazonaws.com/onca/xml?Service=AWSECommerceService&SubscriptionId=15RJV3GX2B2Y33Y9BMR2&Operation=ItemSearch&$searchtype=$search_qqq&SearchIndex=$subject&ItemPage=$page&ResponseGroup=Large";
            # print $url."<br> $searchtype + $ff_mode ";

                                     $arr_file = aws_signed_request("com", array("Operation"=>"ItemSearch","$searchtype"=>"$search_qqq","ResponseGroup"=>"Large","SearchIndex"=>"$subject","ItemPage"=>"$page","AssociateTag"=>"categoricalgeome"), $public_key, $private_key);
                                     #$arr_file = aws_signed_request("com", array("Operation"=>"ItemSearch","Keywords"=>"algebra","ResponseGroup"=>"Large","SearchIndex"=>"Books","ItemPage"=>"page","AssociateTag"=>"$PartnerId"), $public_key, $private_key);
	}
	$base_file = "$search_cgi_name";

	#$base_url_simple = "<A HREF=".$base_file."?mode=$mode&image_size=$image_size&review=$review&total_page=$total_page&simple_list=$simple_list&sort=$sort>Simple List</a>\n";


	#$url = "http://www.yahoo.com/index.html";
       #	print $url."<br> $searchtype + $ff_mode 11111111111111111111111111 pub =   $public_key, private = $private_key";

	#$arr_file = file($url);

 #$arr_file = aws_signed_request("com", array("Operation"=>"ItemSearch","Keywords"=>"algebra","ResponseGroup"=>"Large","SearchIndex"=>"Books","ItemPage"=>"1","AssociateTag"=>"$PartnerId"), $public_key, $private_key);



	$result = join("",$arr_file);
	#print "aaaaaaaaaaaaaaaaaaaaaa $arr_file aaaaaaaaaaaaaaaa";
	$result = $arr_file;

	#print "</center>".$result."<center>";
	if ($searchtype == "asinxml"  or $ff_mode == "asinxml")
	{
		print $result;
		$stop = 1;
		exit;
	}

	elseif (eregi("There are no exact matches for the search", $result))
	{
		$stop = 1;
	}
	elseif (strlen($result) < 100)
	{
		print "<center>The server is probably busy or down! Please reload again!";
	}
	$result = ereg_replace("\n","",$result);
	############################### delete
	#print "\n\n\n $result \n\n\n";
	#$reg = "/<b><a href=\"\/exec\/obidos\/ASIN\/(.*?)\/qid=.*?\">(.*?)<\/a><\/b><br><font face=verdana,arial,helvetica size=-1>(.*?)<\/font>/i";
	if (eregi($Parse_TotalResults, $result, $mat) && $page ==1)
	{
		$TotalResults = strip_tags($mat[0]);
		#print "<br> aaaaaaaaaaaaaa $TotalResults <br>";
	}
	if (eregi($Parse_ListName, $result, $mat) && $page ==1 && $searchtype == "ListManiaSearch")
	{
		$ListName = strip_tags($mat[0]);
		print "<center><b class=\"h1\">$ListName</b></center><br>";
	}

	if($TotalResults > 0 && $page == 1)
	{
		#print "<br> page = $page page_count = $page_count <br>";
		write_page_line($page_count, $ff_mode, $search, $image_size, $review,$total_page, $TotalResults, $search_cgi_name, $simple_list, $sort, $node, $node_name);
		#print "$font_face_1 Click image to see lager photo</font><br>";
	}

	preg_match_all($Parse_Details, $result, $matches);
     	$num = count($matches[0]);
     	#$lnumber = ($page_count - 1)*($total_page*10) + 1;
	$lnumber = ($page - 1)*10 + 1;
	#$html_small =  "\n <table cellpadding=3 border=1 width = \"700\" cellspacing=0><tr align = top>";
	$html_small  = "";
#<small><OL start = \"$lnumber\">";
	$html_med = "";
	$html_medium = "";
	$html_large = "";
	$im_exist = 0;
	if ($num%2 == 0)
	{
		$num_half = $num/2 - 1;
	}
	else
	{
		$num_half = ($num - 1)/2;

	}



	$im_total = "";
	$im_medium_total = "";
	$im_large_total = "";


	for($x=0;$x<$num;$x++)
	{
		$item_count = $lnumber + $x;
		$item_line = $matches[0][$x];
		#print "$count $item_line\n\n";
		if ($item_line != "")
		{
			$count++;
			#print "$count\n";

			$Asin = "";
			$Catalog = "";
			$Authors = "";
			$Authors_1 = "";
			$ProductName = "";
			$ReleaseDate = "";
			$Manufacturer = "";
			$ImageUrlSmall = "";
			$ImageUrlMedium = "";
		$ImageUrlLarge = "";
		$ListPrice = "";
		$OurPrice = "";
		$ListPrice_simple = "";
		$OurPrice_simple = "";
		$BrowseList = "";
		$BrowseList_1 = "";
		$Media = "";
		$Isbn = "";
		$ProductDescription = "";
		$Availability = "";
		$SalesRank = "";
		$NumMedia = "";
		$Reviews = "";
		$Reviews_1 = "";
		$AvgCustomerRating = "";
		$TotalCustomerReviews = "";
		$SimilarProducts = "";
		$SimilarProducts_1 = "";
		$Product = "";
		$Author = "";
		$Authors_1 = "";
		$BrowseName = "";
		#print "$count $item_line \n";
		$ListPrice_name = "";
		$OurPrice_name = "";
		$discount_name = "";
		$discount_simple = "";
		$discount_only = "";
		$discount = "";
		$Features = "";
		$Features_1 = "";
 		$Feature = "";
		$Directors = "";
		$Director = "";
		$Lists_1 = "";
		$Lists = "";
		$LowestNewPrice = "";
		$LowestUsedPrice = "";
		$TotalNew = "";
		$TotalUsed = "";






		#print $item_line;

			if (eregi($Parse_Asin, $item_line, $mat))
			{
				$Asin = strip_tags($mat[0]);
			}

		$ListPrice_tiny = "";
		$ListPrice = "";

		if (eregi($Parse_ItemAttributes, $item_line, $mat))
		{
			$ItemAttributes = $mat[0];


			if (eregi($Parse_ProductName, $ItemAttributes, $mat))
			{
				$ProductName = strip_tags($mat[0]);
				#$ProductName = rawurldecode($ProductName);

				#$ProductName = ereg_replace ("%([a-fA-F0-9]{2,2})", chr(hex($1)), $ProductName);
				$ProductName_simple = ereg_replace("\(.+\)", "", $ProductName);
				$ProductName_simple = ereg_replace(":.+", "", $ProductName_simple);
				$array_pro = split(" ", $ProductName_simple, 10);
				$ProductName_short_simple = "";
				$productName_q = rawurlencode($ProductName);
				for($tt=0;$tt<9;$tt++)
				{
					if (strlen($ProductName_short_simple) < 20 && $array_pro[$tt])
					{
						$ProductName_short_simple .= $array_pro[$tt]." ";
					}
				}
			}

			if (eregi($Parse_FormattedPrice, $ItemAttributes, $mat))
			{
				$ListPrice = strip_tags($mat[0]);
				$ListPrice_simple = ereg_replace("\\$", "", $ListPrice);
				$ListPrice_simple = ereg_replace(",", "", $ListPrice_simple);
				$ListPrice_name = "<b>List Price:</b>";
				$ListPrice_tiny = "<span class=price_tiny>$ListPrice</span>";


			}



			$Authors_1 = "";

			if (preg_match_all($Parse_Author, $ItemAttributes, $mat_auth))
			{
     				$num_auth = count($mat_auth[0]);
				#print "$num_auth bbbbbbbb \n";
				for($x_au=0;$x_au<$num_auth;$x_au++)
				{
					$Author= strip_tags($mat_auth[0][$x_au]);
					$author_q = rawurlencode($Author);
					$Author= "<A HREF=".$base_file."?mode=$ff_mode&searchtype=$author_search&search=$author_q>$Author</a>";
					$Authors_1 = $Authors_1.$Author."<SS>";
					#print "author_1 $Authors_1 \n<br>";
				}
				$author_simple = strip_tags($mat_auth[0][0]);
				if ($single_author)
				{	$Authors = strip_tags($Authors);
					$author_q = rawurlencode($Authors);
					$Authors= "<A HREF=".$base_file."?mode=$ff_mode&searchtype=$author_search&search=$author_q>$Authors</a>";

					$Authors_1 = $Authors;
				}
			}


			if (eregi($Parse_ProductGroup, $item_line, $mat))
			{
				$ProductGroup = strip_tags($mat[0]);
			}






			if (eregi($Parse_Authors, $ItemAttributes, $mat))
			{
				$Authors = $mat[0];
				#print "author -- $Authors \n";
				$Authors_1 = "";
				#print "$Parse_Author    aaaaaaaaaaaaaaa-author\n";

				preg_match_all($Parse_Author, $Authors, $mat_auth);
     				$num_auth = count($mat_auth[0]);
				#print "$num_auth bbbbbbbb \n";
				for($x_au=0;$x_au<$num_auth;$x_au++)
				{
					$Author= strip_tags($mat_auth[0][$x_au]);
					$author_q = rawurlencode($Author);
					$Author= "<A HREF=".$base_file."?mode=$ff_mode&searchtype=$author_search&search=$author_q>$Author</a>";
					$Authors_1 = $Authors_1.$Author."<SS>";
					#print "author_1 $Authors_1 \n<br>";
				}
				$author_simple = strip_tags($mat_auth[0][0]);
				if ($single_author)
				{	$Authors = strip_tags($Authors);
					$author_q = rawurlencode($Authors);
					$Authors= "<A HREF=".$base_file."?mode=$ff_mode&searchtype=$author_search&search=$author_q>$Authors</a>";

					$Authors_1 = $Authors;
				}
			}
			if (eregi($Parse_Directors, $ItemAttributes, $mat))
			{
				$Directors = $mat[0];
				$Directors_1 = "";
				preg_match_all($Parse_Director, $Directors, $mat_auth);
     				$num_auth = count($mat_auth[0]);

				for($x_au=0;$x_au<$num_auth;$x_au++)
				{
					$Director = strip_tags($mat_auth[0][$x_au]);
					$director_q = rawurlencode($Director);
					$Director = "<A HREF=".$base_file."?mode=$ff_mode&searchtype=DirectorSearch&search=$director_q>$Director</a>";
					$Directors_1 = $Directors_1.$Director."<SS>";

				}
			}

			if (eregi($Parse_ReleaseDate, $ItemAttributes, $mat))
			{
				$ReleaseDate = strip_tags($mat[0]);
			}

			if (eregi($Parse_Manufacturer, $ItemAttributes, $mat))
			{
				$Manufacturer = strip_tags($mat[0]);
			}


			if (eregi($Parse_Brand, $ItemAttributes, $mat))
			{
				$Brand = strip_tags($mat[0]);
			}

			if (eregi($Parse_Department, $ItemAttributes, $mat))
			{
				$Department = strip_tags($mat[0]);
			}

			$Features_1 = "";
			preg_match_all($Parse_Feature, $ItemAttributes, $mat_auth);
     			$num_auth = count($mat_auth[0]);
			for($x_au=0;$x_au<$num_auth;$x_au++)
			{
				$Feature= strip_tags($mat_auth[0][$x_au]);
				$Features_1 = $Features_1.$Feature."<SS>";
			}



		}








			if (eregi($Parse_ImageUrlSmall, $item_line, $mat))
			{
				$ImageUrlSmall = strip_tags($mat[0]);

			}

			if (eregi($Parse_ImageUrlMedium, $item_line, $mat))
			{
				$ImageUrlMedium = strip_tags($mat[0]);
			       #	print "<br>$ImageUrlMedium<br>";

			}

			if (eregi($Parse_ImageUrlLarge, $item_line, $mat))
			{
				$ImageUrlLarge = strip_tags($mat[0]);
				#print $ImageUrlLarge;
			}
			if(!$ImageUrlSmall)
			{
				$ImageUrlSmall = "http://g-images.amazon.com/images/G/01/x-site/icons/no-img-lg.gif";
			}
			if(!$ImageUrlMedium)
			{
				$ImageUrlMedium = "http://g-images.amazon.com/images/G/01/x-site/icons/no-img-lg.gif";
			}
			if(!$ImageUrlLarge)
			{
				$ImageUrlLarge = "http://g-images.amazon.com/images/G/01/x-site/icons/no-img-lg.gif";
			}

		$LowestNewPrice_tiny = "";
		$LowestNewPrice = "";

		if (eregi($Parse_OfferSummary, $item_line, $mat))
		{
			$OfferSummary = $mat[0];


			if (eregi($Parse_LowestNewPrice, $OfferSummary, $mat))
			{
				$LPrice = $mat[0];




				if (eregi($Parse_FormattedPrice, $LPrice, $mat))
				{
					$LowestNewPrice = strip_tags($mat[0]);
					$LowestNewPrice_tiny = "<span class=price_tiny>$LowestNewPrice</span>";
				}



			}
			if (eregi($Parse_LowestUsedPrice, $OfferSummary, $mat))
			{
				$LPrice = $mat[0];


				if (eregi($Parse_FormattedPrice, $LPrice, $mat))
				{
					$LowestUsedPrice = strip_tags($mat[0]);
				}
			}





			if (eregi($Parse_TotalNew, $OfferSummary, $mat))
			{
				$TotalNew = strip_tags($mat[0]);
			}
			if (eregi($Parse_TotalUsed, $OfferSummary, $mat))
			{
				$TotalUsed = strip_tags($mat[0]);
			}
		}




			$OurPrice_tiny = "";
			$OurPrice = "";
			$discount = "";
			$discount_simple_tiny = "";
			$discount_simple_medium_tiny = "";

		if (eregi($Parse_Price, $item_line, $mat))
		{
			$Price = $mat[0];



				if (eregi($Parse_FormattedPrice, $Price, $mat))
			{



				$OurPrice = strip_tags($mat[0]);
				$OurPrice_simple = ereg_replace("\\$", "", $OurPrice);
				$OurPrice_simple = ereg_replace(",", "", $OurPrice_simple);
				$OurPrice_name = "<b>Price:</b>";
				$OurPrice_tiny = "<span class=price_tiny>$OurPrice</span>";
				$OurPrice = "US<b class=price>$OurPrice</b>";

			}

			#print "$OurPrice_simple > 0 and $ListPrice_simple > $OurPrice_simple <b>";
			if ($OurPrice_simple > 0 && $ListPrice_simple > $OurPrice_simple)
			{
				#print "$OurPrice > 0 and $ListPrice > $OurPrice <b>";
				$dif_simple = $ListPrice_simple - $OurPrice_simple;
				$discount = number_format(($ListPrice_simple - $OurPrice_simple)*100/$ListPrice_simple);
				#$discount_only = "<font color=#990000>$OurPrice ($discount% off)</font>";
				$discount_simple_tiny = "<br><span class=tiny>(<span class=price_tiny>$discount% </span>off)</span>";
				$discount_simple_medium_tiny = "<span class=tiny>(<span class=price_tiny>$discount% </span>off)</span>";
				#$discount_tiny = "US<span class=price_tiny>\$$dif_simple ($discount%)</span>";
				$discount = "US<span class=price>\$$dif_simple ($discount%)</span>";


				$discount_name = "<b>You Save:</b>";
				$ListPrice = "US<span class=listprice>$ListPrice</span>";

				#print "-- $discount -- ";
			}
			elseif ($ListPrice)
			{
				$ListPrice = "US<span class=price>$ListPrice</span>";
			}
		}
		elseif($LowestNewPrice)
		{
			$OurPrice_tiny = $LowestNewPrice_tiny;

		}
		elseif($ListPrice)
		{
			$OurPrice_tiny = $ListPrice_tiny;
		}


			if ($ff_mode == "books" or $ff_mode == "classical" or $ff_mode == "music" or $ff_mode == "dvd" or $ff_mode == "vhs")
			{

				if (eregi($Parse_Manufacturer, $item_line, $mat))
				{
					$Manufacturer = strip_tags($mat[0]);
				}
			}

			$ProductDescription = "";

			if (preg_match_all($Parse_ProductDescription, $item_line, $mat_auth))
			{
     				$num_auth = count($mat_auth[0]);

				for($x_au=0;$x_au<$num_auth;$x_au++)
				{
					$Des = $mat_auth[0][$x_au];
					if (eregi($Parse_Source, $Des, $mat))
					{
						$Source = strip_tags($mat[0]);
					}
					if (eregi($Parse_Content, $Des, $mat))
					{
						$Content = strip_tags($mat[0]);
					}

					$Des_1 = "<b class=\"h1\">$Source</b><span class=\"serif\"><p>$Content<p>";

					$no = $x_au + 1;

					$ProductDescription = $ProductDescription.$Des_1;
					#if ($x_au < $num_auth - 1)
					#{
						#$ProductDescription = $ProductDescription."<p><center><hr size=\"2\" width=\"400\"><p></center> ";
					#}
				}


			}








			if (eregi($Parse_Media, $item_line, $mat))
			{
				$Media = strip_tags($mat[0]);
			}

			if (eregi($Parse_Isbn, $item_line, $mat))
			{
				$Isbn = strip_tags($mat[0]);
			}


			if (eregi($Parse_Availability, $item_line, $mat))
			{
				$Availability = strip_tags($mat[0]);
			}

			if (eregi($Parse_SalesRank, $item_line, $mat))
			{
				$SalesRank = strip_tags($mat[0]);
			}





			if (eregi($Parse_BrowseList, $item_line, $mat))
			{
				$BrowseList = $mat[0];
				#print "author -- $Authors \n";
				$BrowseList_1 = "";
				#print "$Parse_Author    aaaaaaaaaaaaaaa-author\n";

				preg_match_all($Parse_BrowseNode, $BrowseList, $mat_auth);
     				$num_auth = count($mat_auth[0]);
				#print "$num_auth bbbbbbbb \n";
				for($x_au=0;$x_au<$num_auth;$x_au++)
				{
					$BrowseNode= strip_tags($mat_auth[0][$x_au]);
					$BrowseNode =  format($BrowseNode);
					$BrowseNode_q = rawurlencode($BrowseNode);
					$BrowseNode = "<A HREF=".$base_file."?mode=$ff_mode&searchtype=KeywordSearch&search=$BrowseNode_q>$BrowseNode</a>";

					$BrowseList_1 = $BrowseList_1.$BrowseNode."<SS>";
					#print "author_1 $Authors_1 \n<br>";
				}
			}

















			if (eregi($Parse_NumMedia, $item_line, $mat))
			{
				$NumMedia = strip_tags($mat[0]);
			}













			if (eregi($Parse_CustomerReviews, $item_line, $mat))
			{

				$CustomerReviews = $mat[0];

				if (eregi($Parse_AvgCustomerRating, $CustomerReviews, $mat_a))
				{
					$AvgCustomerRating = strip_tags($mat_a[0]);
				}
				$Reviews_1 = $AvgCustomerRating."<SS>";

				if (eregi($Parse_TotalCustomerReviews, $CustomerReviews, $mat_a))
				{
					$TotalCustomerReviews = strip_tags($mat_a[0]);
				}
				$Reviews_1 = $AvgCustomerRating."<SS>";



				preg_match_all($Parse_Review, $CustomerReviews, $mat_auth);
     				$num_auth = count($mat_auth[0]);
				#print "$num_auth \n";
				for($x_au=0;$x_au<$num_auth;$x_au++)
				{
					$Review = $mat_auth[0][$x_au];
					if (eregi($Parse_Rating, $Review, $mat_c))
					{
						$Rating = strip_tags($mat_c[0]);
					}
					if (eregi($Parse_Summary, $Review, $mat_c))
					{
						$Summary = strip_tags($mat_c[0]);
					}
					if (eregi($Parse_Comment, $Review, $mat_c))
					{
						$Comment = strip_tags($mat_c[0]);

					}
					$Reviews_1 = $Reviews_1."$Rating<SSS>$Summary<SSS>$Comment<SS>";
				}
			}



			$SimilarProducts_1 = "";
			$SimilarProducts_name = "";
			$sim_num_auth = 0;
			if (eregi($Parse_SimilarProducts, $item_line, $mat))
			{
				$SimilarProducts = $mat[0];
				#print "author -- $Authors \n";

				#print "$Parse_Author    aaaaaaaaaaaaaaa-author\n";

				preg_match_all($Parse_SimilarProduct, $SimilarProducts, $mat_auth);
     				$sim_num_auth = count($mat_auth[0]);
				#print "$num_auth bbbbbbbb \n";
				for($x_au=0;$x_au<$sim_num_auth;$x_au++)
				{
					$Sim = $mat_auth[0][$x_au];

					if (eregi($Parse_ProductName, $Sim, $mat_c))
					{
						$Sim_Tit = strip_tags($mat_c[0]);
					}
					if (eregi($Parse_Asin_1, $Sim, $mat_c))
					{
						$Sim_Asin = strip_tags($mat_c[0]);

					}


					$x_xx = $x_au + 1;

					$SimilarProducts_1 = $SimilarProducts_1.$Sim_Asin.",";
					$SimilarProducts_name = $SimilarProducts_name."<br><b>$x_xx.</b> $Sim_Tit ";
					#print "author_1 $Authors_1 \n<br>";
				}
			}





			$ListmaniaLists_1 = "";

			$sim_num_auth = 0;
			#print  "<br>lllllllllllllllllllll $Parse_ListmaniaLists $ListmaniaLists";
			if (eregi($Parse_ListmaniaLists, $item_line, $mat))
			{

				$ListmaniaLists_1 = "<b><p>Favourite Lists: </b>";
				$ListmaniaLists = $mat[0];


				preg_match_all($Parse_ListmaniaList, $ListmaniaLists, $mat_auth);



     				$sim_num_auth = count($mat_auth[0]);


				#print  "<br>llllllllll Parse_ListmaniaList $Parse_ListmaniaList $sim_num_auth $mat_auth[0][0]";
				#print "$num_auth bbbbbbbb \n";
				for($x_au=0;$x_au<$sim_num_auth;$x_au++)
				{
					$Sim = $mat_auth[0][$x_au];



					if (eregi($Parse_ListName, $Sim, $mat_c))
					{
						$Sim_Tit = strip_tags($mat_c[0]);
					}
					if (eregi($Parse_ListId, $Sim, $mat_c))
					{
						$Sim_Asin = strip_tags($mat_c[0]);

					}


					$x_xx = $x_au + 1;



					$listmanialist = "";


					$listmanialist_url = rawurlencode($Sim_Asin);
					$listmanialist_name_url = rawurlencode($Sim_Tit);


					$ListmaniaLists_1 .= "\n<br><A HREF=".$base_file."?mode=$ff_mode&searchtype=list&search=$listmanialist_url&productname=$listmanialist_name_url><b>$x_xx.</b> $Sim_Tit.</a>";

				}
			}











			#print  "$count<S>$Asin<S>$Catalog<S>$Authors_1<S>$ProductName<S>$ReleaseDate<S>$Manufacturer<S>$ImageUrlSmall<S>$ImageUrlMedium<S>$ImageUrlLarge<S>$ListPrice<S>$OurPrice<S>$BrowseList_1<S>$Media<S>$Isbn<S>$Availability<S>$SalesRank<S>$NumMedia<S>$Reviews_1<S>$AvgCustomerRating<S>$SimilarProducts_1<S>$Description\n";
			$url = $add_line_main.$Asin.$add_line_back;
			$url_de = $add_line_de.$Asin.$add_line_back_de;
			$url_fr = $add_line_fr.$Asin.$add_line_back_fr;
			$url_ca = $add_line_ca.$Asin.$add_line_back_ca;
			$url_uk = $add_line_uk.$Asin.$add_line_back_uk;
                        $url_jp = $add_line_jp.$Asin.$add_line_back_jp;

			$ProductName_short_simple_url = "<A HREF=\"$url\" $target>$ProductName_short_simple</a>";

			$image_url = "<a HREF=\"$search_cgi_name"."?mode=$ff_mode&photo_asin=$Asin\" $target>";
			if (!$simple_list)
			{
					$im_small_only = "\n<a href=\"#$item_count\"><img src=\"$ImageUrlSmall\" vspace=0 valign=\"center\" align=\"center\" hspace=0 border=0></a>";
					$im_medium_only = "\n<a href=\"#$item_count\"><img src=\"$ImageUrlMedium\" vspace=0 align=\"center\" valign=\"center\" hspace=0 border=0></a>";
			}
			else
			{
					$im_small_only = "\n<A HREF=\"$url\" $target><img src=\"$ImageUrlSmall\" vspace=0 valign=\"center\" align=\"center\" hspace=0 border=0></a>";
					$im_medium_only = "\n<A HREF=\"$url\" $target><img src=\"$ImageUrlMedium\" vspace=0 align=\"center\" valign=\"center\" hspace=0 border=0></a>";
					$im_large_only = "\n<A HREF=\"$url\" $target><img src=\"$ImageUrlLarge\" border=0></a>";

			}
			$im_small = "<A HREF=\"$ImageUrlLarge\" $target><img src=\"$ImageUrlSmall\" vspace=\"10\" align=\"left\" hspace=\"10\" border=0></a>";
			$im_med = "<A HREF=\"$ImageUrlLarge\" $target><img src=\"$ImageUrlMedium\" vspace=\"10\" align=\"left\" hspace=\"10\" border=0></a>";
			$im_larg = "<A HREF=\"$url\" $target><img src=\"$ImageUrlLarge\" vspace=\"10\" align=\"left\" hspace=\"10\" border=0></a>";

			$im_asin = "<A HREF=\"$url\"><img src=\"$ImageUrlLarge\" vspace=\"10\" align=\"left\" hspace=\"10\" border=0></a>";
			if ($photo_asin)
			{
				$im_type = $im_asin;

			}
			elseif($image_size == "small")
			{
				$im_type = $im_small;

			}
			elseif($image_size == "medium")
			{
				$im_type = $im_med;

			}
			elseif($image_size == "large")
			{
				$im_type = $im_larg;

			}

			$x_plus = $x + 1;

			#if ($ImageUrlSmall)
			#{
				$im_total .= "\n<td vlign=\"top\" align=center width=\"50\" bgcolor=#F5F5F5> $im_small_only</td>";
				$im_medium_total .= "\n<td width=\"150\" valign=top bgcolor=#F5F5F5 align=center> <table border=0><tr><td height=150 valign=bottom align=center>$im_medium_only</td></tr>";
				$im_large_total .= "\n$im_large_only &nbsp;";

			#}
			#else
			#{
				#$im_total .= "<td vlign=\"top\" width=\"50\">&nbsp;</td>";
				#$im_medium_total .= "&nbsp;";

			#}

			$im_total .= "\n\n\n<td valign = \"top\" width=\"100\" align=left><span class=tiny>$ProductName_short_simple_url</span><br>$OurPrice_tiny $discount_simple_tiny</td>";
			$im_medium_total .= "\n\n\n<tr><td valign=top align=center>$OurPrice_tiny $discount_simple_medium_tiny<br><span class=tiny>$ProductName_short_simple_url</span></td></tr></table></td>";
			#$im_large_total .= "<tr><td valign=top align=center>$OurPrice_tiny $discount_simple_medium_tiny<br><span class=tiny>$ProductName_short_simple_url</span></td></tr></table></td>";

			if ($x == 4)
			{
				$im_total .= "</tr><tr>";
				$im_medium_total .= "</tr><tr>";

			}



		########################################################################
			if ($simple_list != "on") #extra##########################
			{

			$html_med .= "\n\n<a NAME=\"$item_count\"></a><table cellpadding=5 border=0 cellspacing=0 width=\"700\"><tr><td valign=top align=left>\n\n";

			#width=\"590\" width=\"110\"
			$html_med .= "\n<b class=sans>$item_count. <A HREF=\"$url\" $target>$ProductName</b></a><br>\n";
			$l = strlen($Authors_1);
			if (($Authors_1 != "")&&($l > 4))
			{
				$authors = split("<SS>", $Authors_1);
				#print DOG "<br>";
				$new_auth = count($authors);




				$author_count = 0;

				$author_small = "$by_name &nbsp;";
				$author = "";
				for($x_au=0;$x_au<$new_auth;$x_au++)
				{

					$auth = "$authors[$x_au]";
					if (strlen($auth) > 2)
					{


						if ($x_au< $new_auth - 2)
						{
							$auth .= ", ";
						}
						$author .= "$auth";
						$author_small .= "$auth<br>";
					}
				}
				#print "author = $author \n";

				$html_med .= "\n<span class=\"small\">$by_name <b>$author</b></span><br>\n";
			}
			$director = "";
			$l = strlen($Directors_1);
			if (($Directors_1 != "")&&($l > 4))
			{
				$directors = split("<SS>", $Directors_1);
				#print DOG "<br>";
				$new_auth = count($directors);







				for($x_au=0;$x_au<$new_auth;$x_au++)
				{

					$auth = "$directors[$x_au]";
					if (strlen($auth) > 2)
					{


						if ($x_au< $new_auth - 2)
						{
							$auth .= ", ";
						}
						$director .= "$auth";

					}
				}

				$html_med .= "\n<span class=\"small\">Director: <b>$director</b></span><br>\n";
			}
			$html_med .= "\n$im_type";
			$html_med .= "\n<table><tr><td>";
			if ($OurPrice or $ListPrice)
			{
				if ($OurPrice)
				{
					$OurPrice .= "<br>";
					$OurPrice_name .= "<br>";
				}
				if ($ListPrice)
				{
					$ListPrice .= "<br>";
					$ListPrice_name .= "<br>";
				}
				$html_med .= "\n<table><tr><td align=right valign=top class=small nowrap>  $ListPrice_name$OurPrice_name$discount_name</font></td>\n";
				$html_med .= "\n<td align=left valign=top class=small nowrap>$ListPrice$OurPrice</font>$discount</td></tr></table>";
			}
			########################availability not acurate, so comments out (7/21/2003)
				#if ($Availability)
			#{
				#$html_med .= "<b>Availability:</b> $Availability<br>";

			#}





			if ($Media)
			{
				$html_med .= "\n<b>Category:</b> $Media";
			}
			elseif($ProductGroup)
			{

				$html_med .= "<b>Product</b>: $ProductGroup<br>";
			}

			if ($Brand)
			{
				$html_med .= "\n<b>Brand:</b> $Brand<br>";
			}
			if ($Department)
			{
				$html_med .= "\n<b>Department:</b> $Department<br>";
			}





			if ($ReleaseDate)
			{
				$html_med .= "\n ($ReleaseDate)<br>";
			}
			elseif($Media)
			{
				$html_med .= "<br>";
			}

			if ($ff_mode == "books" or $ff_mode == "classical" or $ff_mode == "music" or $ff_mode == "dvd" or $ff_mode == "vhs")
			{

				if ($Manufacturer)
				{
					$html_med .= "\n<b>Publisher:</b> $Manufacturer<br>";
				}
			}




			if ($Isbn)
			{
				$html_med .= "<b>ISBN:</b> $Isbn<br>";
			}
			elseif ($Asin)
			{
				$asin_url = "<A HREF=".$base_file."?mode=$ff_mode&searchtype=asinxml&search=$Asin&productname=$productName_q target=_blank>";
				#$html_med .= "<b>ASIN:</b>$asin_url $Asin</a><br>";
				$html_med .= "<b>ASIN:</b> $Asin<br>";
			}
			if ($SalesRank)
			{
				$html_med .= "<b>Sales Rank:</b> $SalesRank<br>";
			}

			if ($LowestNewPrice or $LowestUsedPrice)
			{
			if ($LowestNewPrice)
			{
				$html_med .= "<b>Lowest New Price:</b> $LowestNewPrice ";
				#if ($TotalNew)
				#{
					#$html_med .= " ($TotalNew New Items)";
				#}


			}

			if ($LowestUsedPrice)
			{
				$html_med .= "<br><b>Lowest Used Price:</b> $LowestUsedPrice ";

				if ($TotalUsed)
				{
					$html_med .= " ($TotalUsed Used Items)";
				}

			}
				$html_med .= "<br>";
			}


			$html_med .=  "\n<A HREF=\"$url_ca\" $target><b>Canada</a> | ";
			$html_med .=  "<A HREF=\"$url_uk\" $target>United Kingdom</a> | ";
			$html_med .=  "<A HREF=\"$url_de\" $target>Germany</a> | ";
			$html_med .=  " <A HREF=\"$url_fr\" $target>France</b></a> |";
                        $html_med .=  " <A HREF=\"$url_jp\" $target>Japan</b></a>";

                        $html_med .= "\n</td></tr></table><br clear=\"left\">";


			$save_isbn = $file_desc_dir.$Asin;
			#print $save_isbn."-----\n";


			if ($ProductDescription)
			{
				$ProductDescription = format_1($ProductDescription);





				$description = "\n$ProductDescription";
				if (strlen($description) > 70)
				{
					$html_med .=  "\n$description</span>";
					$html_med .=  "\n ... <A HREF=\"$url\" $target>Read more</a><br>";
				}
			}
			elseif (file_exists($save_isbn))
			{
				$desc = file("$save_isbn");
				$description = $desc[0];
				#print $description."aaaaa";
				#$description = ereg_replace("<b>.+</b>", "", $description);
				#description = ereg_replace("<b>", "&&&&", $description);
				#description = ereg_replace("</b>", "@@@@", $description);
				#$description = strip_tags($description);
				#$description = ereg_replace("@@@@", ":<br>", $description);
				#$description = ereg_replace("&&&&", "<p>", $description);

				$description = eregi_replace("<br>", "&&&&", $description);
				$description = eregi_replace("<p>", "@@@@", $description);
				$description = strip_tags($description);
				$description = ereg_replace("@@@@", "<p>", $description);
				$description = ereg_replace("&&&&", "<br>", $description);
				$description = eregi_replace("\.\.\.", "", $description);
				$description = eregi_replace("read more", "", $description);
				$description = ereg_replace("Book Description", "", $description);


				$description = "\n<b class=\"h1\">Description</b><span class=\"serif\"><p>$description";
				#$description = ereg_replace("Amazon.com", "", $description);

				$description = eregi_replace("<p><br>", "<p>", $description); 				#$description = eregi_replace("&.+;", "", $description);
				$description = eregi_replace("<br><br>", "<br>", $description);
				$description = eregi_replace("<br>$", "", $description);
				$description = eregi_replace("<p>$", "", $description);
				$description = eregi_replace("<br>\s$", "", $description);
				$description = eregi_replace("<p>\n$", "", $description);
				$description = eregi_replace("<br>$", "", $description);
				$description = eregi_replace("<p> <br>", "<p>", $description);
				#$description = eregi_replace("st&.+;", "", $description);


				if (strlen($description) > 70)
				{
					$html_med .=  "$description</span>";
					$html_med .=  "\n ... <A HREF=\"$url\" $target>Read more</a><br>";
				}
			}





			$feature = "";

			$l = strlen($Features_1);
			if (($Features_1 != "")&&($l > 4))
			{
				$features = split("<SS>", $Features_1);
				#print DOG "<br>";
				$new_auth = count($features);
				#$feature = "<p><b></font>$font_face Features</font>$font_face_1<ul></b>";

				for($x_au=0;$x_au<$new_auth;$x_au++)
				{
					$auth = "$features[$x_au]";
					if (strlen($auth) > 2)
					{



						$feature .= "<li>$auth";

					}
				}
				$html_med .= "\n<span class=\"small\"><p><b>Features:</b><ul>$feature</ul></span>";
			}






















			#print "review = $review";
			if (strlen($Reviews_1) > 5 && ($review == "on"))
			{




				$html_med .=  "\n\n\n\n\n\n\n<P><b class=\"h1\">Customer Reviews</b><br>";


				if ($AvgCustomerRating)
				{
				#print @new[19]."\n";
				$star_int = number_format($AvgCustomerRating);
				$star_dec = $AvgCustomerRating - $star_int;
				if ($star_dec < 0.25)
				{
					$star_dec = 0;
				}
				elseif ($star_dec < 0.75)
				{
					$star_dec = 0.5;
				}
				else
				{
					$star_dec = 1;
				}
				$rating = $star_int + $star_dec;
				$rating = sprintf("%.1f", $rating);
				#$rating =~ s/\./-/;
				$rating = ereg_replace("\.","-",$rating);
				if (($with_star) and $rating != "0-0")
				{
					$star_image = "\n\n\n<img src=\"$star_url/stars-$rating.gif\" width=64 height=12 border=0 alt=\"@new[19] out of 5 stars\"> ";
					$html_med .=  "\n<br><b class=small>Average Customer Review:</b> $star_image  Based on $TotalCustomerReviews reviews.";
				}
				}











				$reviews = split("<SS>", $Reviews_1);
				$l = count($reviews);

				for($x_au=0;$x_au<$l;$x_au++)
				{
				 	$revw = $reviews[$x_au];
					{
						if (strlen($revw) > 10)
						{
							$each_review = split("<SSS>", $revw);
							$rating = $each_review[0];
							$summary = $each_review[1];
							$comment = $each_review[2];


							$comment = format_1($comment);




							$rating = sprintf("%.1f", $rating);
							$rating = ereg_replace("\.","-",$rating);
							#print $rating."\n";
							if (($with_star) and $rating != "0-0")
							{
								$star_image = "<img src=\"$star_url/stars-$rating.gif\" width=64 height=12 border=0 alt=\"$rating out of 5 stars\"> ";
								$html_med .= "<p>$star_image";
							}
							else
							{
								$html_med .= "<p>";
							}
							$html_med .= "\n<b>$summary</b><br>$comment";
						}
					}

				}
				if ($l > 2)
				{
				$review_link = $base_file."?&mode=review&search=$Asin&total_item=$TotalCustomerReviews&productname=$productName_q";

				$html_med .= "\n... <A HREF=\"$review_link\" $target>Read more</a></font><br>";


				}

			}


			$similarproduct = "";

			$l = strlen($SimilarProducts_1);
			if (($SimilarProducts_1 != "")&&($l > 4))
			{




				$similarproduct_q = rawurlencode($SimilarProducts_1);
				$sim_num_auth = $sim_num_auth - 1;

				$html_med .= "\n<br><b>Similar Items</b>: <A HREF=".$base_file."?mode=$ff_mode&searchtype=asin&search=$similarproduct_q&productname=$productName_q>$SimilarProducts_name.</a>";
			}


				$html_med .= $ListmaniaLists_1;























			$browseList = "";

			$l = strlen($BrowseList_1);

			if (($BrowseList_1 != "")&&($l > 4))
			{


				$productName_q = rawurlencode($ProductName);
				$browseLists = split("<SS>", $BrowseList_1);
				#print DOG "<br>";
				$new_auth = count($browseLists);







				for($x_au=0;$x_au<$new_auth;$x_au++)
				{

					$auth = "$browseLists[$x_au]";
					if (strlen($auth) > 2)
					{


						if ($x_au< $new_auth - 2)
						{
							$auth .= ",";
						}
						$browseList .= " $auth";

					}
				}
				$similarproduct_q = rawurlencode($similarproduct);
				$new_auth_1 = $new_auth - 1;

				$html_med .= "\n<br><b class=\"h3color\">Subjects: </b>$browseList";
			}


















			$html_med .= "\n</font></td></tr></table><hr size=\"1\" width=\"700\"><p>";
			} #extra################################
		}

	}



	$html_small = "\n <table cellpadding=0 border=1 width = \"765\" cellspacing=0><tr><td><table><tr>\n$im_total\n</tr></table></td></tr></table><p>";
	$html_medium = "\n <table cellpadding=3 border=1 width = \"765\" cellspacing=0><tr><td><table><tr>\n$im_medium_total\n</tr></table></td></tr></table><p>";
	$html_large = "\n <table width = \"765\"><tr><td align=center>$im_large_total</td></tr></table><p>";


	if ($num > 0)
	{
		print "<center>";

		if (!$photo_asin)
		{
			if ($image_size == "small") #
			{
				print $html_small;

			}
			elseif ($image_size == "medium")
			{
				print $html_medium;
				print "<hr size=\"1\" size = \"3\" width=\"700\" color=#FFCC66>";
			}
			elseif ($image_size == "large")
			{
				if ($simple_list)
				{
					print $html_large;

				}
				else
				{
					print $html_small;
				}


			}
		}

		if ($simple_list != "on")
		{
			print $html_med;
		}
		print "</center>";
	}
	#if ($image_size == "medium")
	#{
		#print "\n<center>Click any image to see the details about the item<br><table cellpadding=3 border=1 width=\"700\" cellspacing=0><tr><td align=center>$im_total_med</td></tr></table></center>";
	#}
	if ($page == 1)
	{
		return $TotalResults;
	}
	else
	{
		return $num;
	}
}

?>















<?

function html_head($mode, $search, $page, $image_size, $review, $total_page, $subject, $search_cgi_name, $simple_list, $photo_asin, $searchtype, $productname, $node_name)
{
#print "$search_cgi_name aaaaa";
#print $total_page."aaaaaaaaaaa\n";
if ($searchtype != "KeywordSearch" and $searchtype != "AsinSearch")
{
$searchtitle = ereg_replace("Search", "", $searchtype);
$searchtitle ="($searchtitle)";
}
else
{
$searchtitle = "";
}

$node_desc = "";
if ($node_name)
{
			$node_desc = " ... $node_name";
}
$bgcolor = "#FFFFFF";
$font_color = "#000000";
$link = "#003399";
$alink = "#ff9933";
$vlink = "#996633";
$font_text = "#000000";
$font_face = "<font face=verdana,arial,helvetica>";
$font_face_1 = "<font face=verdana,arial,helvetica size=-1>";
$font_face_2 = "<font face=verdana,arial,helvetica size=-2>";
$font_size = "3";
print "\n<html><head><title>e99 Store - ";
if ($search and $searchtype != "asin" and $searchtype != "list")
{
print "Search: $subject - $search $searchtitle</title>";
}
elseif ($searchtype == "asin")
{
print "Search: $subject - Items similar to \"$productname\"</title>";
}
elseif ($searchtype == "list")
{
print "Search: $subject - \"$productname\" - Favorite Lists</title>";
}
else
{
print "Browse: $subject $node_desc </title>";
}

print '<style type="text/css"><!-- BODY { font-family: verdana,arial,helvetica,sans-serif; font-size: x-small;
}
TD, TH {
font-family: verdana,arial,helvetica,sans-serif; font-size: x-small;
}
.serif { font-family: times,serif; font-size: small; }
.sans { font-family: verdana,arial,helvetica,sans-serif; font-size: small; }
.small { font-family: verdana,arial,helvetica,sans-serif; font-size: x-small; }
.h1 { font-family: verdana,arial,helvetica,sans-serif; color: #CC6600; font-size: small; }
.h3color { font-family: verdana,arial,helvetica,sans-serif; color: #CC6600; font-size: x-small; }
.tiny { font-family: verdana,arial,helvetica,sans-serif; font-size: xx-small; }
.listprice { font-family: arial,verdana,sans-serif; text-decoration: line-through; font-size: x-small; }
.price { font-family: verdana,arial,helvetica,sans-serif; color: #990000; font-size: x-small; }
.price_tiny { font-family: verdana,arial,helvetica,sans-serif; color: #990000; font-size: xx-small; }

.attention { background-color: #FFFFD5; }
--></style>
<style type="text/css"><!-- .result-item { font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: normal; }
.result-desc { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; }
--></style>
</head>
<body>
<html>
<body bgcolor="#FFFFFF" link="#003399" alink="#FF9933" vlink="#996633" text="#000000" >
<a name="top"></a>';

print "<center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH=\"100%\" >
		<tr><td ALIGN=LEFT VALIGN=bottom width = 50%>&nbsp;";
$click_image = "";
if (!$photo_asin && $image_size != "large")
		{
			#$click_image = "<b class=\"h3color\">click image to enlarge</b>";
		}
$browse_main = "";



#if ($mode != "office-products")
#{
#$browse_main = "<b class=\"h3color\">Browse: <a href=\"http://www.category.org/browse/$mode/index.html\">$subject</a> (<a href=\"http://www.category.org/browse/$mode/main.html\">Main Menu</a>)</b>";
#}


print "<font face=Arial,Helvetica>
<b><font size=+3 color=#2F4F4F>e99 Store</td><td  ALIGN=right VALIGN=bottom width = 50%>

		<b class=\"h3color\"><a href=\"/help.html\" target=_blank><b>Help</a><br>$click_image</b>
		</td></tr></table>";



print "<center><table BORDER=0 CELLSPACING=0 CELLPADDING=3 WIDTH=\"100%\" >

		<tr ALIGN=LEFT VALIGN=TOP BGCOLOR=\"#CCE5E5\">
		<td ALIGN=LEFT VALIGN=TOP width=70%><b class=\"h1\"><a href=http://us.geometry.net>Store Home</a></b><b class=\"sans\" style=\"color: #333333\">&nbsp;";


if ($mode != "office-products")
{
if ($search and $searchtype != "asin" and $searchtype != "list")
{
		print " Search: <a href=".$search_cgi_name."?mode=$mode>$subject</a> - $search $searchtitle";
}
elseif ($searchtype == "asin")
{
		print " Search: <a href=\"http://www.category.org/browse/$mode/index.html\">$subject</a> - Items similar to \"$productname\"";
}
elseif ($searchtype == "list")
{
		print " Search: <a href=\"http://www.category.org/browse/$mode/index.html\">$subject</a> - \"$productname\" - Favorite Lists";
}
elseif(!$photo_asin)
{
		print " <b class=\"h1\">Browse: &nbsp; <a href=".$search_cgi_name."?mode=$mode>$subject</a> $node_desc </b>";


}
else
{
		print " <a href=\"http://www.category.org/browse/$mode/index.html\">$subject</a>t";
}
}
else
{

	print "<small> Search: $subject";
}

       #	print "</td><td width=30% align=right>Search <b><a href=http://uk.geometry.net/search.php>UK</a> | <a href=http://de.geometry.net/search.php>Germany</a></b> Sites</small></td>
	     print "	</tr>
		</table></center>";
#print "<center>$font_size_1 Choose small image size (40 x 60) or simple list if you have a slow connection</center>";

$my_count = 0;

if ($mode == "books")
{

#print "<p><b><font size = +1 color=#FF0000 ><center>The server for searching books is temporarily down.<br>Please try later! You may search other subjects,<br> or use the following list to browse books.</center></font><b>";
}


}


function print_form($type, $mode, $search, $page, $image_size, $review, $total_page, $subject, $search_cgi_name, $simple_list, $sort, $searchtype)
{

#print "<br>sssssssssssssssssssssssssssssssssssssssssss $search ";
#print "kkkkkkkkkkkkkkkkkkkkkk $search_cgi_name aaaaa";
#print $total_page."aaaaaaaaaaa\n";
$bgcolor = "#FFFFFF";
$font_color = "#000000";
$link = "#003399";
$alink = "#ff9933";
$vlink = "#996633";
$font_text = "#000000";
$font_face = "<font face=verdana,arial,helvetica>";
$font_face_1 = "<font face=verdana,arial,helvetica size=-1>";
$font_face_2 = "<font face=verdana,arial,helvetica size=-2>";
$font_size = "3";

print "<center><br>";
if ($type)
{
#print "<a NAME=\"advanced\"></a>";
#print "<a NAME=\"advanced\"></a><b>Advanced Search:</b>";
}

print "<table><tr><td nowrap class=\"tiny\" align=\"center\">";

print "<form ACTION=$search_cgi_name METHOD=GET>";



print "<select name=mode>";

global $starters;
$count_line = count($starters);

if ($mode == "")
{
$mode = "books";
}
for($x_au=0;$x_au<$count_line;$x_au++)
{


  $search_line =split("\|", $starters[$x_au]);

print "<option value= \"$search_line[0]\"";
if ($mode == $search_line[0])
{
print " selected ";

}

print ">$search_line[1]";
}
print "</select>";


if ($searchtype == "asin" or $searchtype == "list")
{
	$search = "";
}
#else
#{
	#$search_qq = $search;

#}
#print "$searchtype = $search_qq";


print "<input TYPE=\"text\" NAME=\"search\" SIZE=\"25\" MAXLENGTH=\"50\" value = \"$search\" ><input TYPE=\"submit\" VALUE=\"Search\">";;
#print $Length."----------";


if ($type)
{

print "\n</td></tr><tr><td align =center></font>$font_face_1 Review<input type=\"Checkbox\" Name=\"review\"";
if ($review == "on")
{
 print "Checked";
}

print ">";

print "&nbsp;Image only<input type=\"Checkbox\" Name=\"simple_list\"";

if($simple_list == "on")
{
print " checked ";
}
print ">";

print "&nbsp;Results&nbsp;<select name=total_page><option value=\"1\"";
if ($total_page == "1" or $total_page == "")
{
print " selected ";
}
print ">10<option value=\"2\"";
if ($total_page == "2")
{
print " selected ";
}
print ">20<option value=\"3\"";
if ($total_page == "3")
{
print " selected ";
}
print ">30";

#<option value=\"5\"";
#if ($total_page == "5")
#{
#print " selected ";
#}
#print ">50<option value=\"10\"";
#if ($total_page == "10")
#{
#print " selected ";
#}
#print ">100";
print "</select><br>";




}

if (!$type)
{

#print "<a href=\"/search_ad.php\"><small>Advanced</small></a><br>";

print "<br><b class=\"h3color\">Image Size:</b>&nbsp; &nbsp;<INPUT TYPE=\"radio\" name=\"image_size\" value=\"small\" ";
if ($image_size == "small")
{
 print "checked";
}
print ">Small &nbsp;<INPUT TYPE=\"radio\" name=\"image_size\" value=\"medium\" ";
if ($image_size == "medium" || $image_size == "")
{
 print "checked";
}
print ">Medium &nbsp; ";
if ($image_size == "large")
{
 print "checked";
}
#print ">Large";
}
else
{

print "<br>Image Size<INPUT TYPE=\"radio\" name=\"image_size\" value=\"small\" ";
if ($image_size == "small")
{
 print "checked";
}
print ">S<INPUT TYPE=\"radio\" name=\"image_size\" value=\"medium\" ";
if ($image_size == "medium" || $image_size == "")
{
 print "checked";
}
print ">M<INPUT TYPE=\"radio\" name=\"image_size\"  value=\"large\" ";
if ($image_size == "large")
{
 print "checked";
}
print ">L";


}
#write_page_line("foot", $p, $loglength, $num_rec, $base_file);
#####################only for sports
###################################
#&print_next_list;


print "</font></b></form>";

#if ($type)
#{

print "</td></tr></table>";
#}


print "</center>";


}


function write_page_line($page_count, $mode, $search, $image_size, $review, $total_page, $total_item, $search_cgi_name, $simple_list, $sort, $node, $node_name)
{
#$font_face_1 = "<font face=verdana,arial,helvetica size=-1>";
#print "----------------------------- page $search_cgi_name ";
#my $type = @_[0];
#my $page_count = @_[1];
  $search = rawurlencode($search);


$page_digit = 2;
$page_dif = 2;
$num_rec = $total_page * 10;
$last_page = number_format($total_item/$num_rec, 0, "", "");
#$last_page = number_format($total_item/$num_rec);
if ($last_page < $total_item/$num_rec)
{
$last_page++;
}
#print $last_page;
$page_1 = $page_count - 1;
$page_p = $page_count + 1;
$lnumber = $page_1*$num_rec;
$lnumber++;
$tnumber = $page_count*$num_rec;
$add_image = "";
$color_h_f  = "";

$base_file = "$search_cgi_name";

$base_url_simple = "<A HREF=".$base_file."?mode=$mode&search=$search&image_size=$image_size&review=$review&total_page=$total_page&simple_list=on&page_count=$page_count&total_item=$total_item&sort=$sort&node=$node&node_name=$node_name>Simple List</a>\n";

$base_url_full = "<A HREF=".$base_file."?mode=$mode&search=$search&image_size=$image_size&review=$review&total_page=$total_page&page_count=$page_count&total_item=$total_item&sort=$sort&node=$node&node_name=$node_name>Full List</a>\n";


print "<center><table BORDER=0 CELLSPACING=0 CELLPADDING=3 WIDTH=\"700\" $color_h_f >

	<tr><td align=center>";


	#print "<p>Result Item:&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;";


	if ($tnumber <= $total_item)
	{
	print $lnumber."-".$tnumber." of <b>$total_item</b> Results \n";
	}
	else
	{
	print $lnumber."-".$total_item." of <b>$total_item</b> Results \n";
	}


	#print "<br>Page:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;";




	if ($page_count > 1)
	{

		print "&nbsp; &nbsp; &nbsp; <A HREF=".$base_file."?mode=$mode&search=$search&image_size=$image_size&review=$review&total_page=$total_page&simple_list=$simple_list&page_count=$page_1&total_item=$total_item&sort=$sort&node=$node&node_name=$node_name>Previous</a>&nbsp; &nbsp; \n";
	}
	else
	{
		#print "&nbsp; &nbsp; &nbsp; <b>Page:</b>&nbsp; &nbsp; &nbsp; ";
	}
	$page_add = 1;
	if ($page_count - $page_digit > $page_dif)
	{
		$page_add = $page_count - $page_digit;
		print "&nbsp <A HREF=".$base_file."?mode=$mode&search=$search&image_size=$image_size&review=$review&total_page=$total_page&simple_list=$simple_list&page_count=1&total_item=$total_item&sort=$sort&node=$node&node_name=$node_name>First</a>\n";
		$page_add_half = number_format(($page_count - $page_digit)/2, 0, "", "");
		print "<A HREF=".$base_file."?mode=$mode&search=$search&image_size=$image_size&review=$review&total_page=$total_page&simple_list=$simple_list&page_count=$page_add_half&total_item=$total_item&sort=$sort&node=$node&node_name=$node_name><</a>\n";

	}
	$t = 1;
	$last_print_page = $last_page;
	if ($last_page - $page_count - $page_digit > $page_dif)
	{
		$last_print_page = $page_count + $page_digit;
	}

	if ($page_count > 1)
	{

	while($t <= $total_item && $page_add <= $last_print_page)
	{
		#print "t = $t, total_item =  $total_item, page_add = $page_add last = $last_print_page";

		$t = $page_add*$num_rec;
		if ($page_add != $page_count)
		{
			print "<A HREF=".$base_file."?mode=$mode&search=$search&image_size=$image_size&review=$review&total_page=$total_page&simple_list=$simple_list&page_count=$page_add&total_item=$total_item&sort=$sort&node=$node&node_name=$node_name>$page_add</a>\n";
		}
		else
		{

			print "$page_add\n";


		}
		if ($page_add < 10)
			{
				print "&nbsp;";
			}

		$page_add += 1;
	}


	if ($last_page - $page_count - $page_digit > $page_dif)
	{
		$last_page_add_half = $page_count + $page_digit + number_format(($last_page - $page_count - $page_digit)/2, 0, "", "");
		print "<A HREF=".$base_file."?mode=$mode&search=$search&image_size=$image_size&review=$review&total_page=$total_page&simple_list=$simple_list&page_count=$last_page_add_half&total_item=$total_item&sort=$sort&node=$node&node_name=$node_name>></a>\n";
		print "<A HREF=".$base_file."?mode=$mode&search=$search&image_size=$image_size&review=$review&total_page=$total_page&simple_list=$simple_list&page_count=$last_page&total_item=$total_item&sort=$sort&node=$node&node_name=$node_name>Last</a>\n";

	}
	}
	if ($tnumber < $total_item)
	{
	print " &nbsp; &nbsp; &nbsp; <A HREF=".$base_file."?mode=$mode&search=$search&image_size=$image_size&review=$review&total_page=$total_page&simple_list=$simple_list&page_count=$page_p&total_item=$total_item&sort=$sort&node=$node&node_name=$node_name> Next</a>\n";
	}
	print "$write_head_2 </td>
	</tr>
	</table></center>";

}




function print_next_list($file_next_old, $file_url_dir, $mode)
{

	global $SCRIPT_NAME;
	global $image_size;
	global $review;
	global $total_page;
	global $simple_list;
	$search_cgi_name = "$SCRIPT_NAME";
#$font_face_1 = "<font face=verdana,arial,helvetica size=-1>";

	if(file_exists($file_next_old))
	{

	 $next_old_info = file("$file_next_old");

#print "print next list $next_old_info  $my_n,  $mmm, $nnn, \n";
		$next_list = split("\|", $next_old_info[0]);
		$next_list_count = count($next_list);
		$next_html_list = "";
		#print "------- $next_list_count";
		if ($next_list_count > 1)
		{
			print "\n<center><table border=1 CELLSPACING=0 cellpadding=10 width=\"700\"><tr><td width=\"50%\">\n";
			$count = 0;

			$Length = count($next_list) - 1;
			$halflength = ($Length + $Length%2)/2;

			while (list ($key, $t) = each ($next_list))
			{
				$key_index = split("\@", $t);
				#$node_no = $key_index[0];
				#$head_title = $key_index[1]; #added 4/24/2004 for online-store
				$node_no = $key_index[1];
				$head_title = $key_index[0];
				$count++;
        			#$file_name_url = $file_url_dir."$node_no/index.html";
				$head_title_1 = rawurlencode($head_title);


				$file_name_url = $search_cgi_name."?mode=$mode&node=$node_no&node_name=$head_title_1&simple_list=$simple_list&image_size=$image_size&review=$review&total_page=$total_page";




				$line = "<li><A HREF=".$file_name_url."><b>".$head_title."</A></b>\n";

				#print $line." ".$Length."\n";
				if ($count <= $Length)
				{
					if ($count <= $halflength)
					{
						print $line;
					}
					if ($count == $halflength + 1)
					{
						print "</td><td valign=top width=\"50%\">\n";
					}
					if ($count >= $halflength + 1)
					{
						print $line;
					}
				}
			}
		print "\n</td></tr></table></center><p>\n";
		}

	}
}




function format($line)
{

$array_line = split(" ", $line);
$new_auth = count($array_line);
$whole_line = "";
for($x_au=0;$x_au<$new_auth;$x_au++)
{

	$auth = "$array_line[$x_au]";
	if ($auth)
	{
		$whole_line .= "$auth ";
	}

}
$whole_line = ereg_replace(" $", "", $whole_line);

return $whole_line;
}


function format_1($line)
{

$line = eregi_replace("&lt;", "<", $line);
$line = eregi_replace("&gt;",">",$line);

$line = eregi_replace("&amp;#160;&amp;#8211;&amp;#160;", " - ", $line);


return $line;



}






?>