shell bypass 403

Cubjrnet7 Shell


name : books9june17.inc.php
<?php 
# For filling value in "book_type" field
# if category is "Science Kit" then fill "SKIT".
# if category is "Magazines" then fill "IND" for "Individual" and "INS" for "Institutional"    
# if category is "Books" then fill "H" for "Hard Bound" and "S" for "Soft Bound"
#		 Don't fill any thing in those books which are already available in science kit.
# If books are BAl Vaigyanik books then fill it book_type with "BAL"



/* -------------------------- Science Kit -------------------------- */

//MMM29dec10-Added following category for testing
//$books_r[] = array("category"=>"Science kit", "title"=>"&#2357;&#2367;&#2332;&#2381;&#2334;&#2366;&#2344; &#2346;&#2367;&#2335;&#2366;&#2352;&#2366; (&#2361;&#2367;&#2306;&#2342;&#2368; &#2325;&#2367;&#2340;&#2366;&#2348;&#2379;&#2306; &#2325;&#2375; &#2360;&#2366;&#2341;)<br>&#2325;&#2352;&#2368;&#2348;&#2344; &#2407;&#2409;&#2406; &#2330;&#2368;&#2332;&#2375;&#2306; &#2324;&#2352; &#2409; &#2348;&#2366;&#2354; &#2357;&#2376;&#2332;&#2381;&#2334;&#2366;&#2344;&#2367;&#2325; &#2325;&#2367;&#2340;&#2366;&#2348;&#2375;&#2306;<br>Cost includes 13% CST plus forwarding charges", "description"=>"", "price"=>"", "isnew"=>1, "language"=>"H", "book_type"=>"SKIT");

$books_r[] = array("category"=>"Science kit", "title"=>"Special Science Kit (<strong>&#2361;&#2367;&#2306;&#2342;&#2368;</strong> &#2325;&#2367;&#2340;&#2366;&#2348;&#2379;&#2306; &#2325;&#2375; &#2360;&#2366;&#2341;) (Out of Stock)<br>Contains approximately 130 items and 3 Bal Vaigyanik Workbooks<br>Cost includes 5% VAT/CST plus forwarding charges", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"SKIT");
$books_r[] = array("category"=>"Science kit", "title"=>"Special Science Kit (with <strong>English</strong> workbooks) (Out of Stock)<br>Contains approximately 130 items and 3 Bal Vaigyanik Workbooks<br>Cost includes 5% VAT/CST plus forwarding charges", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"E", "book_type"=>"SKIT");


/* -------------------------- Magazine's -------------------------- */


//$books_r[] = array("category"=>"Magazines - Annual Subscription", "title"=>"Chakmak monthly (For <strong>individuals</strong>)", "description"=>"", "price"=>"300", "isnew"=>0, "language"=>"H", "book_type"=>"IND");
$books_r[] = array("category"=>"Magazines - Annual Subscription", "title"=>"Chakmak (Monthly)", "description"=>"", "price"=>"500", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");

//$books_r[] = array("category"=>"Magazines - Annual Subscription", "title"=>"Srote monthly (For <strong>individuals</strong>)", "description"=>"", "price"=>"150", "isnew"=>0, "language"=>"H", "book_type"=>"IND");
$books_r[] = array("category"=>"Magazines - Annual Subscription", "title"=>"Srote (Monthly)", "description"=>"", "price"=>"300", "isnew"=>0, "language"=>"H", "book_type"=>"INS", "cbse"=>"1");

//$books_r[] = array("category"=>"Magazines - Annual Subscription", "title"=>"Srote monthly", "description"=>"", "price"=>"150", "isnew"=>0, "language"=>"H", "book_type"=>"S");

//$books_r[] = array("category"=>"Magazines - Annual Subscription", "title"=>"Sandarbh bimonthly (For <strong>individuals</strong>)", "description"=>"", "price"=>"150", "isnew"=>0, "language"=>"H", "book_type"=>"IND");
$books_r[] = array("category"=>"Magazines - Annual Subscription", "title"=>"Sandarbh (Bi-monthly)", "description"=>"", "price"=>"300", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");


/* -------------------------- Books -------------------------- */


$books_r[] = array("category"=>"Written by Children (Hindi)", "title"=>"Lomdi aur Zameen (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Written by Children (Hindi)", "title"=>"Azadi ki nukti", "description"=>"", "price"=>"28", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Written by Children (Hindi)", "title"=>"Pyara laddu", "description"=>"", "price"=>"20", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Written by Children (Hindi)", "title"=>"Hamko phir chhutti", "description"=>"", "price"=>"20", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Written by Children (Hindi)", "title"=>"Temru", "description"=>"", "price"=>"37", "isnew"=>0, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Plays for children (Hindi)", "title"=>"Najanu ke rang (Natak)", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Plays for children (Hindi)", "title"=>"Haddi (Natak)", "description"=>"", "price"=>"48", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Billi bole myaun", "description"=>"", "price"=>"20", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Banki banki dhoop", "description"=>"", "price"=>"43", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Rituon ka school", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Chhutki gilhari", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Phar phar udi patang", "description"=>"", "price"=>"10", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Nai sawari", "description"=>"", "price"=>"9", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Akkad-Bakkad", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Aapke Japani Haiku", "description"=>"", "price"=>"12", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Doodh Jalebi Jagagga", "description"=>"", "price"=>"32", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Baith Ghoda Pani Pee...", "description"=>"", "price"=>"18", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Kyoji Beta Ramsahay", "description"=>"", "price"=>"24", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Nana Nani", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Tesu Raja Beech Bazar", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Dhoop Khili Hai Hawa Chali Hai", "description"=>"", "price"=>"32", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Cycle Par Tha Kavva!", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Aai Ek Khabar", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Megh Ki Chhaya", "description"=>"", "price"=>"22", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Ek Do Dus", "description"=>"", "price"=>"20", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Ghumantuon Ka Dera", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Cheenta", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Aam ke Sar Pe", "description"=>"", "price"=>"25", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Bazar", "description"=>"", "price"=>"25", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Dhammak-Dhammak", "description"=>"", "price"=>"25", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Hindi)", "title"=>"Ped Neela Tha", "description"=>"", "price"=>"35", "isnew"=>1, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Poems for children (English)", "title"=>"Flying Man", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (English)", "title"=>"Three Little monkeys", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (English)", "title"=>"Rangy - The Mangy Dog", "description"=>"", "price"=>"38", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");

$books_r[] = array("category"=>"Poems for children (Urdu)", "title"=>"Nana Nani (Urdu)", "description"=>"", "price"=>"12", "isnew"=>0, "language"=>"U", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Urdu)", "title"=>"Akkad-Bakkad (Urdu)", "description"=>"", "price"=>"18", "isnew"=>0, "language"=>"U", "book_type"=>"S");
$books_r[] = array("category"=>"Poems for children (Urdu)", "title"=>"Aapke Japani Haiku (Urdu)", "description"=>"", "price"=>"16", "isnew"=>0, "language"=>"U", "book_type"=>"S");

$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Kahani sangrah (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Mitti ki baat", "description"=>"", "price"=>"38", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Mujhe Doop Chahiye", "description"=>"", "price"=>"32", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Chichibaba ke bhai", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Pyara Kunaba ", "description"=>"", "price"=>"62", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Ool Jalool", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Chhote Chacha ab Aapke Shahar Main", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Pippi, Emil, Mardi aur Karlson ke mazedar karname", "description"=>"", "price"=>"300", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Mijban", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Akal Badi Ya Bhains !", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Chheeenka-Chheenk", "description"=>"", "price"=>"38", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Chheeenka-Chheenk", "description"=>"", "price"=>"38", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Aditi Aur Ek Aankh Wali Bandariya", "description"=>"", "price"=>"65", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Aditi Aur Thames Ka Dragon", "description"=>"", "price"=>"50", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Aditi Aur Samudri Sanyasin", "description"=>"", "price"=>"60", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Aditi Aur Vigyani Sanyasin", "description"=>"", "price"=>"60", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Aditi Aur Uske Doston Ne Kiya Jwalamukhi Daitya Ka Samana", "description"=>"", "price"=>"50", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Aditi Aur Uske Doston Ki Grendel Se Mulaqaat", "description"=>"", "price"=>"55", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Aditi Aur Uske Doston Ne Ki Budapest Badlu Ki Madad", "description"=>"", "price"=>"50", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");

$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Aditi Aur Uske Doston Shemeek Kee Talaash Mein", "description"=>"", "price"=>"50", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Parbat Ka Pret", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Andaman Ka Ladka", "description"=>"", "price"=>"90", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Aditi Ki Sahas Kathayen - Bhag 1 (Set of 4 Books) <br> (Aditi Aur Ek Aankh Wali Bandariya, Aditi Aur Thames Ka Dragon, Aditi Aur Samudri Sanyasin, Aditi Aur Vigyani Sanyasin)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Aditi Ki Sahas Kathayen - Bhag 2 (Set of 4 Books) <br> (Aditi or Uske Dosto Me Kiya Ne Kiya Jwalamukhi Daitya Ka Samana, Aditi Aur Uske Doston Ki Grendal Se Mulaqaat, Aditi Aur Uske Doston Ne Ki Budapest Badlu Ki Madad, Aditi Aur Uske Dost Shameek Kee Talaash Mein )", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Moin Aur Rakshas", "description"=>"", "price"=>"85", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Maikal Pahadon Ke Bagha", "description"=>"", "price"=>"110", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (Hindi)", "title"=>"Kakku Ke Karname", "description"=>"", "price"=>"35", "isnew"=>1, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Story books (English)", "title"=>"Lynette's Journey", "description"=>"", "price"=>"110", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Story books (English)", "title"=>"Mridu In Madras", "description"=>"", "price"=>"160", "isnew"=>1, "language"=>"E", "book_type"=>"S");


$books_r[] = array("category"=>"Picture story books", "title"=>"Billi ke bachche", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Nav chali", "description"=>"", "price"=>"22", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Chuhe ko mili pencil", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Mai bhi", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Rusi Aur Pussy (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Bhaloo ne kheli football", "description"=>"", "price"=>"22", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Natkhat Gadha", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Nanhe Chuze Ki Dost", "description"=>"", "price"=>"28", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Do Tote / Teen Saathi / Haleem chala chand par", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Chhutki Ullee ", "description"=>"", "price"=>"28", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Maine ek line banae", "description"=>"", "price"=>"50", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Tumne mera anda to nahi dekha", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Nilofer ki muskan", "description"=>"", "price"=>"44", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Haathi ki hitchki", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"O harial ped / O Flowering Tree (Bilingual E/H)", "description"=>"", "price"=>"38", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Khichadi�. Ek Lok Katha (Big Book)", "description"=>"", "price"=>"135", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Billi Ke Bachche (Big Book)", "description"=>"", "price"=>"170", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Mendak ka Nashta", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Kitab! Kitab! Kitab!", "description"=>"", "price"=>"65", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Gaon Ka Bachcha", "description"=>"", "price"=>"100", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Nanha Bagha", "description"=>"", "price"=>"32", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Pranav School Kaise Gaya", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Pehla Ghar / The First House", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Mann Ke Laddu / Day-Dream", "description"=>"", "price"=>"28", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Main Tau Billi Hoon!", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Shahanshah Akbar ko Kaun Sikhayega?", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Khichadi�.. Ek Lok Katha (Mid Size)", "description"=>"", "price"=>"27", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Appukuttan Ko Tolein Kaise?", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"School Mein Pranav Ka Pehla Din", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Geet Ka Kamaal", "description"=>"", "price"=>"75", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Chutkoo Ud Chala ...", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Hamara John", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Barasta Tarbooz", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Bhediye Ko Dusht Kyun Kehte hain?", "description"=>"", "price"=>"66", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Andhere Ka Bhoot", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Jhingur Ga Na Paye!", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Badalon Ke Saath Ek Din", "description"=>"", "price"=>"45", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Beej Boya / Sowing a Seed", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"B", "book_type"=>"S","cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Joon Aur Too", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Cycle Ka Sapna", "description"=>"", "price"=>"65", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Ek Thi Bitti Ek Tha Bittu", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"CLI-Set Of 18 Books <br> 
Main Patang Udata Hun/I Fly a Kite, Munni Deewar par Chad Gai/ Munni Climbed up the Wall, Bade Log/Big Folk, Chhota/Small, Darwaza Kholna/Opening the Door, Kele ka Thela/The Banana Cart, 
Baba Mujhey/Baba I, Tez Bhagna/Going Fast, Bus/Bus, Munna/Munna, Sabun/Soap, Amma ki Sari/Amma's Sari, Policewala/Police Man, 
Paper/Newspaper, Jhoole par/On the Giant Wheel, Train/Train, Gend Daal/Bowl, Rotiya/Rotis", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"B", "book_type"=>"S");

$books_r[] = array("category"=>"Picture story books", "title"=>"Ashraf Ka Udankhatola", "description"=>"", "price"=>"60", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Baitha Aas Lagye Jaldi Saal Pura Ho Jaye", "description"=>"", "price"=>"60", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Mujhe Koi Nahi Khilata", "description"=>"", "price"=>"72", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture story books", "title"=>"Raat me Nadi", "description"=>"", "price"=>"42", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Barish", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Hamari Gaay Jani", "description"=>"", "price"=>"60", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Sair", "description"=>"", "price"=>"7", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Aao Pade/Let's Read - Set of 11 Books", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Balti ke andar samandar", "description"=>"", "price"=>"50", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Teen Dost", "description"=>"", "price"=>"55", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Saanp Ne Socha", "description"=>"", "price"=>"50", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Patang Ki Karamaat", "description"=>"", "price"=>"35", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Mera School", "description"=>"", "price"=>"45", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"So Ja Ulloo", "description"=>"", "price"=>"80", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Naya Sweater/The New Sweater", "description"=>"", "price"=>"42", "isnew"=>1, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Attu-Gattu", "description"=>"", "price"=>"45", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Chhadi/The Walking Stick", "description"=>"", "price"=>"45", "isnew"=>1, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Payal Kho Gai", "description"=>"", "price"=>"45", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Neele Log", "description"=>"", "price"=>"76", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Dost", "description"=>"", "price"=>"60", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Jald Bahut Jald", "description"=>"", "price"=>"70", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Ek Ladki Ek Ladka aur Ek Patang", "description"=>"", "price"=>"48", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Chhoti Lal Murgi", "description"=>"", "price"=>"18", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Kimiya", "description"=>"", "price"=>"48", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Aalai Ki Udan", "description"=>"", "price"=>"55", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Chutkiya Ki Chutiya", "description"=>"", "price"=>"45", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Loop", "description"=>"", "price"=>"25", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Karo Koeli", "description"=>"", "price"=>"50", "isnew"=>1, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Chiknik Choon", "description"=>"", "price"=>"40", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Bumboo", "description"=>"", "price"=>"65", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Picture story books", "title"=>"Oont ka Phool", "description"=>"", "price"=>"65", "isnew"=>1, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Picture stories in English", "title"=>"The boat", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"The mouse and the pencil", "description"=>"", "price"=>"28", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Rusi and Pussy", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Me too...", "description"=>"", "price"=>"22", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"I made a line", "description"=>"", "price"=>"60", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"The Three Kittens", "description"=>"", "price"=>"45", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"The Laughing Onion", "description"=>"", "price"=>"55", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Little Bagha", "description"=>"", "price"=>"56", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"How Pranav Went to School", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"E", "book_type"=>"S","cbse"=>"1");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"I am a Cat !", "description"=>"", "price"=>"50", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Who Will Teach Emperor Akbar?", "description"=>"", "price"=>"50", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"How Do We Weigh Appukuttan?", "description"=>"", "price"=>"50", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Pranav's First Day at School", "description"=>"", "price"=>"32", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"What a Song", "description"=>"", "price"=>"100", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Oo & Too", "description"=>"", "price"=>"42", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Cows", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Rain", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"The River at Night", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"The Sea In A Bucket", "description"=>"", "price"=>"65", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"The Cycle's Dream", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Three Friends", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"My School", "description"=>"", "price"=>"60", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Niloufer's Smile", "description"=>"", "price"=>"55", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Cricket Who Chould Not Sing", "description"=>"", "price"=>"55", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"The Shadow of Darkness", "description"=>"", "price"=>"52", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"My Day With The Clouds", "description"=>"", "price"=>"60", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"BUMBOO..The Donkey Who Would  Not Budge", "description"=>"", "price"=>"90", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Soon Very Soon", "description"=>"", "price"=>"95", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"The Girl The Boy and The Kite", "description"=>"", "price"=>"65", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"The Blue People", "description"=>"", "price"=>"105", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Friend", "description"=>"", "price"=>"80", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"The Little Red Hen", "description"=>"", "price"=>"25", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Kimiya", "description"=>"", "price"=>"65", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in English", "title"=>"Aalai Goes Flying", "description"=>"", "price"=>"70", "isnew"=>1, "language"=>"E", "book_type"=>"S");

$books_r[] = array("category"=>"Picture stories in Urdu", "title"=>"Nav Chali (Urdu)", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"U", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in Urdu", "title"=>"Chuhe ko Mili Pencil (Urdu)", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"U", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in Urdu", "title"=>"Main Bhi... (Urdu)", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"U", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Picture stories in Urdu", "title"=>"Nanhe Chooze ki Dost (Urdu)", "description"=>"", "price"=>"20", "isnew"=>0, "language"=>"U", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in Urdu", "title"=>"Tumne Mera Anda to Nahi Dekha (Urdu)", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"U", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in Urdu", "title"=>"O Harial Ped (Urdu)/ O Flowering Tree", "description"=>"", "price"=>"22", "isnew"=>0, "language"=>"U", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in Urdu", "title"=>"Rusi aur Pussy (Urdu)", "description"=>"", "price"=>"18", "isnew"=>0, "language"=>"U", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in Urdu", "title"=>"Barish Ka Ek Din (Urdu)", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"U", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in Urdu", "title"=>"Billi Ke Bachche (Urdu)", "description"=>"", "price"=>"20", "isnew"=>0, "language"=>"U", "book_type"=>"S");
$books_r[] = array("category"=>"Picture stories in Urdu", "title"=>"Khichadi�.. Ek Lok Katha (Urdu)", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"U", "book_type"=>"S");

$books_r[] = array("category"=>"Activity Books", "title"=>"Khel khel mein", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activity Books", "title"=>"Kabad se jugad / Little science (Bilingual E/H)", "description"=>"", "price"=>"45", "isnew"=>0, "language"=>"B", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activity Books", "title"=>"Khilono ka basta / Toy Bag (Bilingual E/H)", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"B", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activity Books", "title"=>"Khilono ka khazana / Toy treasure (Bilingual E/H)", "description"=>"", "price"=>"24", "isnew"=>0, "language"=>"B", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activity Books", "title"=>"Apna Jugadi Sukhmadarshi", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activity Books", "title"=>"Khel khilone", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activity Books", "title"=>"Chalo chitra banain / Let's draw (Bilingual E/H)", "description"=>"", "price"=>"32", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Books", "title"=>"Kuchh-kuchh banana", "description"=>"", "price"=>"110", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activity Books", "title"=>"Aha! Activities", "description"=>"", "price"=>"165", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activity Books", "title"=>"Chhupan - Chhupai", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Books", "title"=>"Dublee Cheenti Sabse Aage Thi (Diary)", "description"=>"", "price"=>"150", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Books", "title"=>"Ande Mein Ek Aur Anda Hai", "description"=>"", "price"=>"35", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Books", "title"=>"Khelo Ganit", "description"=>"", "price"=>"25", "isnew"=>1, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Activities that can be done with Children (Hindi)", "title"=>"Gubbare", "description"=>"", "price"=>"22", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activities that can be done with Children (Hindi)", "title"=>"Tipik pa bharr...", "description"=>"", "price"=>"20", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activities that can be done with Children (Hindi)", "title"=>"Anokhi pradarshani", "description"=>"", "price"=>"20", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activities that can be done with Children (Hindi)", "title"=>"Patte hi patte ", "description"=>"", "price"=>"14", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activities that can be done with Children (Hindi)", "title"=>"Pass ya napass ", "description"=>"", "price"=>"14", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activities that can be done with Children (Hindi)", "title"=>"Prashika Small Book (Words) ", "description"=>"", "price"=>"15", "isnew"=>1, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activities that can be done with Children (Hindi)", "title"=>"Prashika Small Book (Number) ", "description"=>"", "price"=>"15", "isnew"=>1, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Activities that can be done with Children (Hindi)", "title"=>"Prashika Small Book (Picture) ", "description"=>"", "price"=>"15", "isnew"=>1, "language"=>"H", "book_type"=>"S", "cbse"=>"1");

$books_r[] = array("category"=>"Kala Ki Duniya", "title"=>"Bindu", "description"=>"", "price"=>"240", "isnew"=>1, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Books on Origami (Hindi)", "title"=>"Ek aadhar anek akar", "description"=>"", "price"=>"45", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Books on Origami (Hindi)", "title"=>"Titliyan aur anya khilone", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Books on Origami (Hindi)", "title"=>"Set of 5 Origami booklets", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"H", "book_type"=>"S");

//$books_r[] = array("category"=>"Activity Charts", "title"=>"Sharir ke antarik ang (Limited stock )", "description"=>"", "price"=>"6", "isnew"=>0, "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Internal organs of female & male body", "description"=>"", "price"=>"13", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Apni haddi pahchano (Kankal Chart)", "description"=>"", "price"=>"5", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Ghumakkad - 1 (Hara)", "description"=>"", "price"=>"10", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Ghumakkad - 2 (Neela)", "description"=>"", "price"=>"8", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Bharat jodo", "description"=>"", "price"=>"10", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Apna chidiaghar 1 (Doodhraj & Lapwing)", "description"=>"", "price"=>"6", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Apna chidiaghar 2 (Parrot & Hoopoe)", "description"=>"", "price"=>"6", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Bharat ki aahar chakti", "description"=>"", "price"=>"8", "isnew"=>0, "language"=>"B", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Aavart Sarni", "description"=>"", "price"=>"6", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Madhya Pradesh Jodo", "description"=>"", "price"=>"5", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Activity Charts", "title"=>"Kavita Poster Patti Set", "description"=>"", "price"=>"320", "isnew"=>1, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Poetry Posters (Hindi)", "title"=>"Set of 8 Posters <br>(Lalaji laddu do, Rajju kaddu, Ram Sahay, Char Chane, Aayi ek Khabar, Oont chala, Dhammak Dhammak, Bandar mama)", "description"=>"", "price"=>"130", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poetry Posters (Hindi)", "title"=>"Set of 5 Posters in Hindi (3 Poetry & 2 Story) <br>(Jamun, Ek budia, Patang, Main Bhee & Udan Chhoo)", "description"=>"", "price"=>"100", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poetry Posters (Hindi)", "title"=>"Chakmak Kavita Cards-1 (12 Poetry cards) (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poetry Posters (Hindi)", "title"=>"Chakmak Kavita Cards-2 (12 Poetry cards)", "description"=>"", "price"=>"50", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poetry Posters (Hindi)", "title"=>"Chakmak Kavita Cards-3 (12 Poetry cards)", "description"=>"", "price"=>"50", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Poetry Posters (Hindi)", "title"=>"Chakmak Kavita Cards-4 (12 Poetry cards)", "description"=>"", "price"=>"50", "isnew"=>1, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Poetry Posters (English)", "title"=>"Set of 5 Posters <br>(Two kites, Clouds, Five big laddoos, Papa's rotis, I see...)", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"E", "book_type"=>"S");

//$books_r[] = array("category"=>"Kahani Posters (Hindi)", "title"=>"Udan Chhoo & Main Bhee (Out of stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Color Posters (Hindi)", "title"=>"Set of 3 Posters <br>(Haleem Chala Chand Par, Ek Kahani Kahni Hai, Meri Kitab)", "description"=>"", "price"=>"75", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = //array("category"=>"Color Posters (Hindi)", "title"=>"Set of 3 Posters <br>", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Color Posters (Hindi)", "title"=>"Machaan Masti - Story Poster (Hindi)(Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Color Posters (Hindi)", "title"=>"Pak Pak Poster ", "description"=>"", "price"=>"40", "isnew"=>1, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Color Posters (English)", "title"=>"A Set of 3 Reading Posters", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Color Posters (English)", "title"=>"Machaan Masti - Story Poster (English)(Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"E", "book_type"=>"S");

$books_r[] = array("category"=>"Aao Matha pachchi Karein / Puzzles etc. (Hindi)", "title"=>"Machis ki tilliyon ke khel", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Aao Matha pachchi Karein / Puzzles etc. (Hindi)", "title"=>"Varg paheli", "description"=>"", "price"=>"20", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Aao Matha pachchi Karein / Puzzles etc. (Hindi)", "title"=>"Boojho boojho", "description"=>"", "price"=>"12", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Aao Matha pachchi Karein / Puzzles etc. (Hindi)", "title"=>"Matha pachchi", "description"=>"", "price"=>"14", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Aao Matha pachchi Karein / Puzzles etc. (Hindi)", "title"=>"Darpan se boojho", "description"=>"", "price"=>"10", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Aao Matha pachchi Karein / Puzzles etc. (Hindi)", "title"=>"Bhool bhulliyan", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Aao Matha pachchi Karein / Puzzles etc. (Hindi)", "title"=>"Manganit", "description"=>"", "price"=>"18", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Aao Matha pachchi Karein / Puzzles etc. (Hindi)", "title"=>"Nazar Ka Pher", "description"=>"", "price"=>"14", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Aao Matha pachchi Karein / Puzzles etc. (Hindi)", "title"=>"Boojho to jane", "description"=>"", "price"=>"14", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Aao Matha pachchi Karein / Puzzles etc. (Hindi)", "title"=>"Chitra Paheli ", "description"=>"", "price"=>"36", "isnew"=>0, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Bol ari o dharati bol (Folk songs from across India)", "description"=>"", "price"=>"22", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Jawab dar sawal (Janageet) (Out of stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Kabira Soi Peer Hai", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"H", "book_type"=>"S");
//$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Tikau khushhali ki ore", "description"=>"", "price"=>"30", "isnew"=>0, "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Bolo kya tum chup baithoge", "description"=>"", "price"=>"5", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Beti kare sawal", "description"=>"", "price"=>"80", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Janvigyan ka sawal", "description"=>"", "price"=>"42", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Sharir Ka Kawach: Tvacha, Baal aur Nakhoon", "description"=>"", "price"=>"32", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"A catalog of books for the 3+ age group", "description"=>"", "price"=>"45", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Padhna Seekhne Mein Kitabon Ka Mahatva", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Humare Samay Mein Shram ki Garima", "description"=>"", "price"=>"110", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Veda, Hindu Dharam, Hindutva", "description"=>"", "price"=>"45", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Aam Logon Ke Liye Dawaiyon Ki Kitab(Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Manav Sharir Ki Tasveer", "description"=>"", "price"=>"82", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Human Body System", "description"=>"", "price"=>"90", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Jeevan Ki Ikai - Koshika", "description"=>"", "price"=>"100", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");

$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"
Science in History (Set of 4 Books) <br> 
Volume 1 - The Emergence of Science <br>
Volume 2 - The Scientific and Industrial Revolutions <br>
Volume 3 - The Natural Sciences in Our Time <br>
Volume 4 - The Social Sciences: Conclusion", "description"=>"", "price"=>"1500", "isnew"=>0, "language"=>"E", "book_type"=>"S");

$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Bhimayana: Asprishyata Ke Anubhav", "description"=>"", "price"=>"210", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Rookhi-Sukhi", "description"=>"", "price"=>"45", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Udas Mausam Ke Khilaf", "description"=>"", "price"=>"80", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books related to social and developmental issues", "title"=>"Main Dhoond Raha Hoon", "description"=>"", "price"=>"100", "isnew"=>1, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Bin Patti Sab Sun", "description"=>"", "price"=>"45", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Bachche asafal kaise hote hai (John Holt) P.B.", "description"=>"", "price"=>"150", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Bachche asafal kaise hote hai (John Holt) H.B. (Out Of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Bharitiya itihas ke srote Part 1 (Shireen Ratnagar) P.B.", "description"=>"", "price"=>"160", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Bharitiya itihas ke srote Part 1 (Shireen Ratnagar) H.B. (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Ganit ki gatividhiyan", "description"=>"", "price"=>"130", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Apne haath vigyan", "description"=>"", "price"=>"120", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Summerhill (Hindi Edition) (A.S. Neill)", "description"=>"", "price"=>"125", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Bachpan se palayan (John Holt)", "description"=>"", "price"=>"115", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Asafal School (John Holt)", "description"=>"", "price"=>"90", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Loktantrik Vidyalaya (Michael W. Apple & J.A. Beane)", "description"=>"", "price"=>"90", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Shiksha ke Bajay (John Holt)", "description"=>"", "price"=>"120", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Deewar ka istemaal aur anya lekh (Krishna Kumar) ", "description"=>"", "price"=>"80", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Jashn-e-Taleem", "description"=>"", "price"=>"160", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Seekhna... Dil Se", "description"=>"", "price"=>"80", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Bachche Aur Sarkar", "description"=>"", "price"=>"50", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Meri Grameen Shala Kee Diary", "description"=>"", "price"=>"150", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Badon ka Bachpan", "description"=>"", "price"=>"90", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Phool Se Beej Tak", "description"=>"", "price"=>"60", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Jeevjagat Ke Humsafar", "description"=>"", "price"=>"80", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Roshan Sitare - Prerak Bharatiya Vaigyanik", "description"=>"", "price"=>"130", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Bharat Mein Angrezi Ki Samasya", "description"=>"", "price"=>"90", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Raajneetik Vicharon Ki Kahani - Bhag-1", "description"=>"", "price"=>"95", "isnew"=>0, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Bhopal Gas Trasadi", "description"=>"", "price"=>"65", "isnew"=>1, "language"=>"H", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Kala se Seekhna", "description"=>"", "price"=>"210", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Middle School Rasayan", "description"=>"", "price"=>"120", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Ab Hum Azaad Hain", "description"=>"", "price"=>"100", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"School Mein Aaj Tumne Kya Poochha?", "description"=>"", "price"=>"180", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Kankal Ka Kamaal: Hamari Haddiyan", "description"=>"", "price"=>"75", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Daulat Aur Badhali", "description"=>"", "price"=>"180", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Saur Urja ki Kahani", "description"=>"", "price"=>"60", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Vigyan aur Uski Shiksha", "description"=>"", "price"=>"200", "isnew"=>1, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Arthshashtra Ka Marm Kya Hai?", "description"=>"", "price"=>"25", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Children's Perception of Sarkar (Alex M. George)", "description"=>"", "price"=>"75", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"The Under achieving School (John Holt)", "description"=>"", "price"=>"100", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Escape from childhood (John Holt)", "description"=>"", "price"=>"210", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Democratic Schools (Michael W. Apple & J.A. Beane)", "description"=>"", "price"=>"110", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Summerhill (English Edition) (A.S. Neill)", "description"=>"", "price"=>"215", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
//$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Story of Astronomy (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Learning Through Art", "description"=>"", "price"=>"260", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"A Story of Political Ideas for Young Readers (Vol-1)", "description"=>"", "price"=>"110", "isnew"=>0, "language"=>"E", "book_type"=>"S", "cbse"=>"1");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"What is the Core of Economics", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Motion And Force", "description"=>"", "price"=>"135", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Notes of Running Feet - English in Primary Textbooks", "description"=>"", "price"=>"150", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Heat & Temperature", "description"=>"", "price"=>"130", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"The Picture Speak", "description"=>"", "price"=>"350", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"In Our Own Words", "description"=>"", "price"=>"380", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Never A Dull Moment", "description"=>"", "price"=>"300", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"Akam Se Puram Tak", "description"=>"", "price"=>"40", "isnew"=>1, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Educational books for teachers and parents", "title"=>"The Story of Atomic Theory of Matter", "description"=>"", "price"=>"135", "isnew"=>1, "language"=>"E", "book_type"=>"S");

$books_r[] = array("category"=>"Eklavya Primary Education programme (Hindi)", "title"=>"Khushi khushi - Class 1", "description"=>"", "price"=>"45", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Eklavya Primary Education programme (Hindi)", "title"=>"Khushi khushi - Class 2", "description"=>"", "price"=>"65", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Eklavya Primary Education programme (Hindi)", "title"=>"Khushi khushi - Class 3 Part 1", "description"=>"", "price"=>"65", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Eklavya Primary Education programme (Hindi)", "title"=>"Khushi khushi - Class 3 Part 2", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Eklavya Primary Education programme (Hindi)", "title"=>"Khushi khushi - Class 4 Part 1", "description"=>"", "price"=>"75", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Eklavya Primary Education programme (Hindi)", "title"=>"Khushi khushi - Class 4 Part 2", "description"=>"", "price"=>"85", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Eklavya Primary Education programme (Hindi)", "title"=>"Khushi khushi - Class 4 Part 3", "description"=>"", "price"=>"85", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Eklavya Primary Education programme (Hindi)", "title"=>"Khushi khushi - Class 5 Part 1", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Eklavya Primary Education programme (Hindi)", "title"=>"Khushi khushi - Class 5 Part 2", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Eklavya Primary Education programme (Hindi)", "title"=>"Khushi khushi - Class 5 Part 3", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S");


$books_r[] = array("category"=>"Other Primary Educational Material", "title"=>"Guruji Ki kitab - Khushi khushi Class 1", "description"=>"", "price"=>"90", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Other Primary Educational Material", "title"=>"Seekhna sikhana", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Other Primary Educational Material", "title"=>"Cardo ka Pitara (More than 650 cards)", "description"=>"", "price"=>"650", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Other Primary Educational Material", "title"=>"Sankhya card set", "description"=>"", "price"=>"70", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Other Primary Educational Material", "title"=>"Padho Likho Maza Karo Bhag 1", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Other Primary Educational Material", "title"=>"Padho Likho Maza Karo Bhag 2", "description"=>"", "price"=>"42", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Other Primary Educational Material", "title"=>"Bato, Napo, Bhinn Batlao (DVD)", "description"=>"", "price"=>"150", "isnew"=>0, "language"=>"H", "book_type"=>"S");


//$books_r[] = array("category"=>"Other Primary Educational Material", "title"=>"Prashika (Hindi, P.B., Pub: Ratna Sagar)", "description"=>"", "price"=>"90", "isnew"=>0, "book_type"=>"S");
//$books_r[] = array("category"=>"Other Primary Educational Material", "title"=>"Prashika (English, H.B., Pub: Ratna Sagar)", "description"=>"", "price"=>"200", "isnew"=>0, "book_type"=>"S");

$books_r[] = array("category"=>"Hoshangabad Science Teaching Programme", "title"=>"Bal Vaigyanik for Class 6 (TBC) (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"BAL");
$books_r[] = array("category"=>"Hoshangabad Science Teaching Programme", "title"=>"Bal Vaigyanik for Class 7 (TBC) (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"BAL");
$books_r[] = array("category"=>"Hoshangabad Science Teaching Programme", "title"=>"Bal Vaigyanik for Class 8, Old Edition (TBC) (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"BAL");
$books_r[] = array("category"=>"Hoshangabad Science Teaching Programme", "title"=>"Bal Vaigyanik for Class 8 (2009 Edition, Eklavya)", "description"=>"", "price"=>"150", "isnew"=>0, "language"=>"H", "book_type"=>"BAL");
$books_r[] = array("category"=>"Hoshangabad Science Teaching Programme", "title"=>"Bal Vaigyanik for Class 6 (English) (Available)", "description"=>"", "price"=>"120", "isnew"=>0, "language"=>"E", "book_type"=>"BAL");
//$books_r[] = array("category"=>"Hoshangabad Science Teaching Programme", "title"=>"Bal Vaigyanik for Class 6 (English) 1997 edition", "description"=>"", "price"=>"40", "isnew"=>0, "language"=>"E", "book_type"=>"BAL");
$books_r[] = array("category"=>"Hoshangabad Science Teaching Programme", "title"=>"Bal Vaigyanik for Class 7 (English)", "description"=>"", "price"=>"195", "isnew"=>0, "language"=>"E", "book_type"=>"BAL");
$books_r[] = array("category"=>"Hoshangabad Science Teaching Programme", "title"=>"Bal Vaigyanik for Class 8 (English)", "description"=>"", "price"=>"205", "isnew"=>0, "language"=>"E", "book_type"=>"BAL");
$books_r[] = array("category"=>"Hoshangabad Science Teaching Programme", "title"=>"Prashna bank", "description"=>"", "price"=>"15", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Hoshangabad Science Teaching Programme", "title"=>"Vigyan kya hai", "description"=>"", "price"=>"16", "isnew"=>0, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Social Science Programme", "title"=>"Samajik Adhdhyayan for Class 6 (Out of stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Samajik Adhdhyayan for Class 7 (Out of stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Samajik Adhdhyayan for Class 8 (Out of stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Samajik Adhdhyayan for Class 6, 7 & 8 in CD", "description"=>"", "price"=>"100", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Social Science Class 6th (English)", "description"=>"", "price"=>"225", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Social Science Class 7th (English) (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Social Science Class 8th Part 1 (English) (out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Social Studies Class 6th, 7th & 8th in CD (English)", "description"=>"", "price"=>"100", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Itihas kya hai", "description"=>"", "price"=>"5", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"History - The Mughal Period", "description"=>"", "price"=>"75", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Economics - Banks and Taxes (Out of stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"How Hot How Cold - Geography : Temperature Patterns - a Social Science module", "description"=>"", "price"=>"35", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Fundamental Rights & Duties in Our Constitution", "description"=>"", "price"=>"20", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Hamare sanvidhan main mool adhikar aur kartavya", "description"=>"", "price"=>"23", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"Kitna Thanda? Kitna Garam?", "description"=>"", "price"=>"30", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"SPROUT: A Social geography of Rajasthan", "description"=>"", "price"=>"255", "isnew"=>1, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Social Science Programme", "title"=>"History: British Dominance and Indian Independence", "description"=>"", "price"=>"100", "isnew"=>1, "language"=>"E", "book_type"=>"S");

$books_r[] = array("category"=>"Books on Eklavya Programmes (by other Publishers)", "title"=>"Social Science Learning in Schools (Perspective and Challenges) with CD, published by SAGE Publications", "description"=>"", "price"=>"425", "isnew"=>0, "language"=>"E", "book_type"=>"S");
$books_r[] = array("category"=>"Books on Eklavya Programmes (by other Publishers)", "title"=>"Prashika - Eklavya ka Prathmik Shiksha Mei Abhinav Prayog, published by Ratna Sagar P. Ltd.", "description"=>"", "price"=>"249.90", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Books on Eklavya Programmes (by other Publishers)", "title"=>"Prashika - Eklavya's Innovative Experiment in Primary Education, published by Ratna Sagar P. Ltd.", "description"=>"", "price"=>"249.90", "isnew"=>0, "language"=>"E", "book_type"=>"S");

$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 1 (Out of stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 2 (Out of stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 3", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 4", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 5", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 6", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 7", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 8", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 9", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 10 (Out of stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 11", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 12", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 13", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Bound Volumes", "title"=>"Sandarbh - 14", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");

//$books_r[] = array("category"=>"Sandarbh Loose Issues", "title"=>"Sandarbh - Set of 20 assorted issues", "description"=>"", "price"=>"100", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Sandarbh Loose Issues", "title"=>"Sandarbh - Set of 40 assorted issues", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 1999", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 2003", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 2004", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 2005", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 2006", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 2007", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 2008", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 2009", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 2010 (Out of stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 2011", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Srote Bound Volumes", "title"=>"Srote 2012", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");

$books_r[] = array("category"=>"Srote Loose Issues", "title"=>"Srote - Set of 50 assorted issues", "description"=>"", "price"=>"150", "isnew"=>0, "language"=>"H", "book_type"=>"S");

//$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak (July 2000 to June 2001), Volume 16", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
//$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak (July 2001 to June 2002), Volume 17", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
//$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak (July 2002 to June 2003), Volume 18", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
//$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak (July 2003 to June 2004), Volume 19", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
//$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak (July 2004 to June 2005), Volume 20", "description"=>"", "price"=>"200", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak 2008 (January 2008 to December 2008)", "description"=>"", "price"=>"300", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak 2009 (January 2009 to December 2009)", "description"=>"", "price"=>"300", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak 2010 (January 2010 to December 2010)", "description"=>"", "price"=>"300", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak 2011 (January 2011 to December 2011)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak 2012 (January 2012 to December 2012)", "description"=>"", "price"=>"350", "isnew"=>0, "language"=>"H", "book_type"=>"S");
$books_r[] = array("category"=>"Chakmak Bound Volumes", "title"=>"Chakmak 2013 (January 2013 to December 2013)", "description"=>"", "price"=>"350", "isnew"=>0, "language"=>"H", "book_type"=>"S");


$books_r[] = array("category"=>"Chakmak Loose issues", "title"=>"Chakmak - Set of 50 old issues (Out of Stock)", "description"=>"", "price"=>"", "isnew"=>0, "language"=>"H", "book_type"=>"S");

//$books_r[] = array("category"=>"Chakmak Loose issues", "title"=>"Chakmak - Set of 100 old issues", "description"=>"", "price"=>"400", "isnew"=>0, "language"=>"H", "book_type"=>"S");

//$books_r[] = array("category"=>"Magazines", "title"=>"Chakmak Monthly Magazine", "description"=>"", "price"=>"20", "isnew"=>0, "book_type"=>"S");
//$books_r[] = array("category"=>"Magazines", "title"=>"Srote Monthly Magazine", "description"=>"", "price"=>"15", "isnew"=>0, "book_type"=>"S");
//$books_r[] = array("category"=>"Magazines", "title"=>"Sandarbh Bimonthly Magazine for Teachers and Students", "description"=>"", "price"=>"20", "isnew"=>0, "book_type"=>"S");


//$books_r[] = array("category"=>"Annual Subscription", "title"=>"Chakmak (For <strong>individuals</strong>)", "description"=>"", "price"=>"200", "isnew"=>0, "book_type"=>"S");
//$books_r[] = array("category"=>"Annual Subscription", "title"=>"Chakmak (For <strong>institutions</strong>)", "description"=>"", "price"=>"300", "isnew"=>0, "book_type"=>"S");
//$books_r[] = array("category"=>"Annual Subscription", "title"=>"Srote", "description"=>"", "price"=>"150", "isnew"=>0, "book_type"=>"S");
//$books_r[] = array("category"=>"Annual Subscription", "title"=>"Sandarbh (For <strong>individuals</strong>)", "description"=>"", "price"=>"100", "isnew"=>0, "book_type"=>"S");
//$books_r[] = array("category"=>"Annual Subscription", "title"=>"Sandarbh (For <strong>institutions</strong>)", "description"=>"", "price"=>"200", "isnew"=>0, "book_type"=>"S");

?>

© 2025 Cubjrnet7