// JavaScript Document

function avalid(){
  var a=document.allp.pkeyword.value
      //a=a.trim
  var b=a.length
  if (b<3){
    alert("Please input atleast 3 alphabets")
    document.allp.pkeyword.focus()
    return false
  }else{
    return true
  }
}

function oopp() {
  var a=window.open("pass.php","Pass","width=400px, height=200px, top=10px, left=10px")
} 

function news_check(){
     
	 if(!validate_text(document.news_ff.nname,1,"Please enter your Name")){
	    return false;
	 }	 
	 
	 
	 if(!validate_email(document.news_ff.nemail,1,"Please enter your Email ID")){
	    return false;
	 }
	
     return true;
   }
   
function add_ct(aa,bb,cc)
	{
	  location.href="add_cart.php?id="+aa+"&pname="+bb+"&att_no="+cc
	}

function order_det(aa)
   {      
	  var a=window.open("../admin/order_det.php?ucode="+aa,"Oder"+aa,"status=yes,resizable=yes,width=650px,height=485px,top=10px,left=10px,scrollbars")
   }