//alert('qqq');
function advs(str){
      //alert('qqq');
	  document.getElementById('adv').value=str;
}
function openA(){
    $str = document.getElementById('adv').value;
    if($str==1){
	    openPage = "adv.htm";
	  }
	if($str==2){
	    openPage = "adv.htm";
	  }
	if($str==3){
	    openPage = "adv.htm";
	  }
    //leftA = (1000-300)/2;//alert(leftA); 
    var widthVal = '545';
	var heightVal = '600';
	var topVal = (window.screen.availHeight - heightVal)/2;  
    var leftVal = (window.screen.availWidth - widthVal)/2; 
	var per = 'width=' + widthVal + ',height=' + heightVal + ',left=' + leftVal + ',top=' + topVal + ',resizable=' + 'no' + ',menubar=' + 'no'+ ',location=' + 'no'+ ',status=' + 'no'+ ',scrollbars=' + 'no';

	//var per = 'width=' + '800' + ',height='500',height=' + height + ',left='300',top='0',resizable='yes',menubar='no',location='yes',status='yes',scrollbars='yes'; 
	window.open(openPage,'',per);
}
