//document.write('<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">');
timeOutImg = "";
var popUpWin=0;
function chkwindowLoadMain(){
	  			
			 notYet = -1;
			 imgObject = document.getElementsByTagName("img");

			 for(i=0; i < imgObject.length ; i++){
				 
						 if(imgObject[i].id.indexOf("nsImg") > -1){
							   if(imgObject[i].complete )notYet = 1;
							   else notYet = 0;
							 }
				 	} 
			if(notYet == 1 || notYet == -1  )viewTitle();
			else if(notYet == 0)setTimeout("chkwindowLoadMain()" , 10);
	}

function viewTitle(){
	
	height = document.getElementById("mNews").offsetHeight - 5;
	tbl    = getTableName("textTbl");
	tbl.setAttribute("height",height)
 	document.getElementById("nsTitle").style.display = "block";
	}
function vote(poId,lan){
	
	FRM = document.getElementById("vFrm");
	result = "";
	count =0;
	for(i=0 ; i < FRM.elements.length; i++){
		
				if(FRM.elements[i].id == "voteAns" && FRM.elements[i].checked == true){result = FRM.elements[i].value; count++;}
		}
	if(count == 0){alert("الرجاء أختيار الجواب أولا");
		}else{
			URLStr =  "voteResult.php?poi="+poId+"&ansi="+result+"&lan="+lan;
		 	popUpWin = window.open(URLStr, 'popUpWin', 'toolbar=no,location=no,directories=no,status=no,menub ar=no,scrollbar=no,resizable=no,copyhistory=yes,width=400,height=400');
			}
		}	
function showBigNsImage(){
	 	document.getElementById("nsTitle").style.display = "block";
	
		}		