function popup(type,id,param){var id=(id==null)?0:id;var param=(param==null)?null:param;if(type=='addcomment'){window.open('comments.php?go=add&id='+id,'','width=470, height=550, scrollbars=yes')}else if(type=='mailinglist'){window.open('popup.php?go=mailinglist','','width=400,height=230, scrollbars=yes')}else if(type=='showcomment'){window.open('comments.php?go=show&cid='+id,'','width=470, height=450, scrollbars=yes')}else if(type=='shownews'){window.open('lastnews.php?go=show&id='+id,'','width=470, height=435, scrollbars=yes')}else if(type=='allnews'){window.open('lastnews.php?go=all','','width=470, height=425, scrollbars=yes')}else if(type=='tellfriend'){window.open('send.php?go=friend','','width=380, height=380, scrollbars=yes')}else if(type=='brokenlink'){window.open('links.php?go=broken&id='+id,'','width=370, height=210, scrollbars=no')}else if(type=='meetingcontact'){window.open('meetings.php?go=contact&id='+id,'','width=400, height=450, scrollbars=yes')}else if(type=='rate'){window.open('rate.php?section='+param+'&id='+id,'','width=370, height=260, scrollbars=no')}else if(type=='addcommentkids'){window.open('kids.php?go=addcomment&kid_id='+id,'','width=445, height=430, scrollbars=yes')}else if(type=='showcommentkids'){window.open('kids.php?go=showcomment&cid='+id,'','width=470, height=450, scrollbars=no')}else if(type=='saveashtml'){window.open('save.php?go=html&id='+id,'','width=550, height=550, scrollbars=yes, toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, resizable=yes, copyhistory=yes')}else if(type=='print'){window.open('print.php?id='+id,'','width=500, height=550, scrollbars=yes, toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, resizable=yes, copyhistory=yes')}else if(type=='printrecipe'){window.open('recipes.php?go=print&id='+id,'','width=500, height=550, scrollbars=yes, toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, resizable=yes, copyhistory=yes')}else if(type=='sendrecipe'){window.open('recipes.php?go=send&id='+id,'','width=400, height=350, scrollbars=yes')}else if(type=='sendkid'){window.open('kids.php?go=send&id='+id,'','width=400, height=470, scrollbars=yes')}else if(type=='send'){window.open('send.php?go=content&id='+id,'','width=400, height=450, scrollbars=yes')}else if(type=='addcommentcartoon'){window.open('cartoon.php?go=addcomment&cartoon_id='+id,'','width=445, height=430, scrollbars=yes')}else if(type=='showcommentcartoon'){window.open('cartoon.php?go=showcomment&cid='+id,'','width=470, height=450, scrollbars=no')}else if(type=='bookmarks'){if(document.getElementById('bookmarks').style.display=='none'){document.getElementById('bookmarks').style.display='block'}else{document.getElementById('bookmarks').style.display='none'}}}function openPic(url,width,height){window.open(url,'','width='+width+', height='+height+', scrollbars=yes, toolbar=yes, location=yes, directories=yes, status=yes, menubar=yes, resizable=yes, copyhistory=yes')}function goTo(URL){window.location.href=URL}function repeat(){setTimeout('repeat()',1000);if(timeout>0){timeout=timeout-1;document.getElementById('closecounter').innerHTML=timeout;var done=false}if(timeout==0&&done!=true){document.getElementById('closecounter').innerHTML='Close Now';done=true;window.onload='';timeout=-1;window.close()}}function doPrint(){document.getElementById('printbutton').innerHTML='';window.print()}var isResizable=true;function createTarget(form){_target=form.target;_colon=_target.indexOf(':');if(_colon!=-1){form.target=_target.substring(0,_colon);form.args=_target.substring(_colon+1)}else if(typeof(form.args)=='undefined'){form.args=''}if(form.args.indexOf('{')!=-1){_args=form.args.split('{');form.args=_args[0];for(var i=1;i<_args.length;i++){_args[i]=_args[i].split('}');form.args+=eval(_args[i][0])+_args[i][1]}}form.args=form.args.replace(/ /g,'');_win=window.open('',form.target,form.args);if(typeof(focus)=='function'){_win.focus()}return true}function trim(s){while(s.substring(0,1)==' '){s=s.substring(1,s.length)}while(s.substring(s.length-1,s.length)==' '){s=s.substring(0,s.length-1)}return s}function archiveDisableDay(){if(document.getElementById('day').disabled==true){document.getElementById('day').disabled=false}else{document.getElementById('day').disabled=true}}function addBookmark(title,url){if(title==null&&url==null){title='صحيفة دنيا الوطن';url='http://www.alwatanvoice.com'}if(window.sidebar){window.sidebar.addPanel(title,url,'')}else if(document.all){window.external.AddFavorite(url,title)}}function ajax_getData(type,divID){var xmlHttp=zXmlHttp.createRequest();if(xmlHttp==null){alert('Browser does not support HTTP Request');return false}var url='getdata.php?type='+type;xmlHttp.open('GET',url,true);xmlHttp.onreadystatechange=function(){if(xmlHttp.readyState==4){document.getElementById(divID).innerHTML=xmlHttp.responseText}};xmlHttp.send(null)}function search(){with(document.search_menu){if(site.options[site.selectedIndex].value=='pulpit'){document.search_menu.action='http://pulpit.alwatanvoice.com/search-dosearch.html'}else{document.search_menu.action='search-dosearch.html'}}}var defaultFontSizeKey=3;var currentFontSize=defaultFontSizeKey;function resetFontSize(target){currentFontSize=defaultFontSizeKey;changeFontSize(target,0)}function changeFontSize(target,changeValue){var sizes=new Array('xx-small','x-small','small','medium','large','x-large','xx-large');currentFontSize+=changeValue;if(currentFontSize<0)currentFontSize=0;if(currentFontSize>6)currentFontSize=6;var object=(document.getElementById)?document.getElementById(target):document.all(target);object.style.fontSize=sizes[currentFontSize]}