browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if((document.images) && (browserName == "Netscape" || browserName=="Microsoft Internet Explorer") && (browserVer >=3))
{ 
	 //{get_all_big_image}
}

function chanranval(form_n, form_c)
{
	if(document.addtocart.id.options[document.addtocart.id.selectedIndex].value != '')
	{
		var rangval = document.addtocart.id.options[document.addtocart.id.selectedIndex].value
	
		//var reurl = "http://{Affname}/index.php/file/s-productdetail/iProductId/"+ form_n +"/iCategoryId/"+ form_c +"/idv/"+ rangval;
		var reurl = "http://{Affname}/index.php?file=s-productdetail&iProductId="+ form_n +"&iCategoryId="+ form_c +"&idv="+ rangval;
		//alert(reurl);
		//window.location.href = reurl;
	} 
}

/*
function chanranval()
{
	if(document.addtocart.id.options[document.addtocart.id.selectedIndex].value != '')
	{
	var rangval = document.addtocart.id.options[document.addtocart.id.selectedIndex].value
	var txtbox="txt"+rangval
	tvalue="document.addtocart."+txtbox+".value";
	txtvalue=eval(tvalue);
	txtvalueprice=txtvalue.split("-");
	price=txtvalueprice[0];
	discprice=txtvalueprice[1];
	document.addtocart.price.value=price
	document.addtocart.dispirce.value=discprice
	} 
}
*/

function submit_me(f_name,Category)
{
var form_name="addtocart"+f_name;
var a;
var b;
b="document.producdtdetail.ibrandId.value";
a=eval(b);
//a="http://{Affname}/index.php/file/s-brandfiltter/iCategoryId/"+Category+"/iBrandId/"+a;
a="http://{Affname}/index.php?file=s-brandfiltter&iCategoryId="+Category+"&iBrandId="+a;
document.location.href=a;

}
function addcart()
{
//window.location='http://{Affname}/index.php/file/s-productdetail/cartact/incart/iProductId/'+document.shopform.iProductId.options[document.shopform.iProductId.selectedIndex].value;
window.location='http://{Affname}/index.php?file=s-productdetail&cartact=incart&iProductId='+document.shopform.iProductId.options[document.shopform.iProductId.selectedIndex].value;
}

function addwishlist(id)
{	
	document.addtocart.file.value="u-wishlist";
   	document.addtocart.submit();

}

function get_image(image_url)
{


//alert(view.innerHTML);
//"window.open('http://eshop.ahd.com/lib/viewlargimg.php?img=CR11_2lg.jpg','xwin','toolbar=0,scrollbars=0,location=0,status=0,menubars=0,resizable=0,width=500,height=350,top=100,left=100,maximize=null');return false;"
document.addtocart.big_image.src=image_url
//view.big_image.src=image_url
//document.refresh();

//document.images[imagename].src=eval(objectsource+".src")
}
function validkeyword()
{
	if(document.frmsearchkeyword.searchkeyword.value.length<1)
	{
		alert("Please fill your search criteria");
		document.frmsearchkeyword.searchkeyword.focus();
		return false;
	}

}


