// JavaScript Document


document.write('<script language="JavaScript" type="text/javascript" src="js/general.js"></script>');

document.write('<script language="JavaScript" type="text/javascript" src="js/tool_tip.js"></script>');

document.write('<script language="JavaScript" type="text/javascript" src="js/key.js"></script>');

document.write('<script language="JavaScript" type="text/javascript" src="js/left_tree.js"></script>');



// Header

function menu_bar(){
	
	//document.write('<span class=menu_bar>|  <a href="index.html">Home</a>  |  <a href="aboutus.php">About Us</a>  |  <a href="quality_policy.php">Quality Policy</a>  |  <a href="product.php">Products</a>  |  <a href="product.php">e-Shopping</a>  |  <a href="infrastructure.php">Infrastructure</a>  | <a href="media_room.php">Media Room</a>  |  <a href="showroom.php">Show Rooms</a>  |  <a href="support.php">Support</a>  |  <a href="contactus.php">Contact Us</a>  |</span>');
       document.write('<table class=menu_bar width=100%><tr><td>|  <a href="index.php?c_b=1">Home</a>  |  <a href="about_us.php">About Us</a>  |  <a href="quality_policy.php">Quality Policy</a>  |  <a href="product.php">Products</a>  |  <a href="product.php">e-Shopping</a>  |  <a href="infrastructure.php">Infrastructure</a>  | <a href="media_room.php">Media Room</a>  |  <a href="show_rooms.php">Show Rooms</a>  |  <a href="support.php">Support</a>  |  <a href="contact_us.php">Contact Us</a>  |</td></tr></table>');
}

// Home Per

function menu_bar_home(){
	
	//document.write('<span class=menu_bar>|  <a href="index.html">Home</a>  |  <a href="aboutus.php">About Us</a>  |  <a href="quality_policy.php">Quality Policy</a>  |  <a href="product.php">Products</a>  |  <a href="product.php">e-Shopping</a>  |  <a href="infrastructure.php">Infrastructure</a>  | <a href="media_room.php">Media Room</a>  |  <a href="showroom.php">Show Rooms</a>  |  <a href="support.php">Support</a>  |  <a href="contactus.php">Contact Us</a>  |</span>');
       document.write('<table class=menu_bar_home width=100%><tr><td>|  <a href="about_us.php">About Us</a>  |  <a href="quality_policy.php">Quality Policy</a>  |  <a href="product.php">Products</a>  |  <a href="product.php">e-Shopping</a>  |  <a href="infrastructure.php">Infrastructure</a>  | <a href="media_room.php">Media Room</a>  |  <a href="show_rooms.php">Show Rooms</a>  |  <a href="support.php">Support</a>  |  <a href="contact_us.php">Contact Us</a>  |</td></tr></table>');
}

function footer(){
	
	document.write(' |	<a href="about_us.php">About Us</a>  | <a href="disclaimer.php">Disclaimer</a>  | <a href="privacy_policy.php">Privacy Policy</a> | <a href="terms_condition.php">Terms and Conditions</a> | <a href="refund_policy.php">Refund Policy</a> | <a href="shipping_delivery_policy.php">Shipping & Delivery Policy</a> |<br>&copy; 2008, Ramraj Cottons. ');

}

// product selector
		
	function product_selector(cat_id){
		
		 	if(document.getElementById('row_'+cat_id)){
			
				document.getElementById('row_'+cat_id).style.borderLeft='10px solid #1c581c';
				document.getElementById('row_'+cat_id).style.borderBottom='1px solid #f1f1f1';
			}		
	}
	
	
		