function loadpage(formname)
{
	var attr=new Array() 
	var dpath
	attr[0]="0|#"
	attr[1]="1|http://www.indusartsvalley.com/wooden-accessories/"
	attr[2]="1a|http://www.indusartsvalley.com/wooden-accessories/bar_accessories/bar_accessories.html"
	attr[3]="1b|http://www.indusartsvalley.com/wooden-accessories/candle_stands/candle_stand.html"
	attr[4]="1c|http://www.indusartsvalley.com/wooden-accessories/incense_box/incense_box.html"
	attr[5]="1d|http://www.indusartsvalley.com/wooden-accessories/boxes/boxes.html"
	attr[6]="1e|http://www.indusartsvalley.com/wooden-accessories/Racks/racks.html"
	attr[7]="1f|http://www.indusartsvalley.com/wooden-accessories/baskets/baskets.html"
	attr[8]="1g|http://www.indusartsvalley.com/wooden-accessories/photo_frames/frame.html"
	attr[9]="1h|http://www.indusartsvalley.com/wooden-accessories/Rehal/rehal.html"
	attr[10]="1i|http://www.indusartsvalley.com/wooden-accessories/trolleys/trolley.html"
	attr[11]="1j|http://www.indusartsvalley.com/wooden-accessories/Wooden_Trays/tray.html"
	attr[12]="1k|http://www.indusartsvalley.com/wooden-accessories/coat_hangers/coat_hangers.html"
	attr[13]="1l|http://www.indusartsvalley.com/wooden-accessories/gift_items/gift_items.html"
	attr[14]="1m|http://www.indusartsvalley.com/wooden-accessories/Misc/misc.html"
	attr[15]="2|http://www.indusartsvalley.com/sculptures/index.html"
	attr[16]="2a|http://www.indusartsvalley.com/sculptures/hindu_god.html"	
	attr[17]="2b|http://www.indusartsvalley.com/sculptures/other.html"				
	attr[18]="3|http://www.indusartsvalley.com/wooden-Furniture/index.html"
	attr[19]="3a|http://www.indusartsvalley.com/Wooden-Furniture/Almirahs/almirah.html"
	attr[20]="3b|http://www.indusartsvalley.com/Wooden-Furniture/beds/bed.html"
	attr[21]="3c|http://www.indusartsvalley.com/Wooden-Furniture/chairs/chair.html"
	attr[22]="3d|http://www.indusartsvalley.com/Wooden-Furniture/Console/console.html"
	attr[23]="3e|http://www.indusartsvalley.com/Wooden-Furniture/corner-stand/corner_stand.html"
	attr[24]="3f|http://www.indusartsvalley.com/Wooden-Furniture/Partitions/partitions.html"
	attr[25]="3g|http://www.indusartsvalley.com/Wooden-Furniture/Swings/swings.html"
	attr[26]="3h|http://www.indusartsvalley.com/Wooden-Furniture/tables/tables.html"
	attr[27]="3i|http://www.indusartsvalley.com/Wooden-Furniture/sofa_sets/sofa-sets.html"
	for (i=0;i<=attr.length-1;i++)
	{
		var prt=new Array(); 
		prt=attr[i].split("|")
		if (prt[0]==document.all[formname].Product.value)
			dpath=prt[1];
	}
	window.location.href =dpath;
}