var divPrintableContentId='divContent';var titleSuffixe='[version immprimable]';var classHeader='printableHeader';var classFooter='printableFooter';var contentHeader='<br /><br />';var contentFooter='<br /><br /><div style="width:100%;padding:0px;margin-left:auto;margin-right:auto;text-align:center"><hr />2009 - <a href="http://www.kurd1.com">Kurd1</a> - Telev&icirc;zyona kurd&icirc; ya serbixwe <br /><a href="http://www.kurd1.com/">www.kurd1.com</a> <hr style="height:1px;border:1px solid silver" /></div>';var externalLinkClassName='externalLink';var myDefaultCharset='utf-8';function f_printable_version(idDiv,autoOpenPrintDialog)
{if(autoOpenPrintDialog==null){autoOpenPrintDialog=true;}
if(idDiv==null){idDiv=divPrintableContentId;}
var objContent=document.getElementById(idDiv);if(!objContent)
{objContent=document.body;}
var _options='toolbar=yes,location=yes,directories=yes,status=no,menub ar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width='+objContent.offsetWidth+',height='+objContent.offsetHeight+'';var popup=window.open('','_blank',_options);popup.document.write('<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-transitional.dtd">');popup.document.write('<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">');popup.document.write('<head>');if(document.charaterSet)
{popup.document.write('<meta http-equiv="Content-Type" content="text/html; charset='+document.charaterSet+'" />');}
else
{if(document.defaultCharset)
{popup.document.write('<meta http-equiv="Content-Type" content="text/html; charset='+myDefaultCharset+'" />');}
else
{popup.document.write('<meta http-equiv="Content-Type" content="text/html; charset='+myDefaultCharset+'" />');}}
popup.document.write('<title>'+document.title+'</title>');var i;for(i=0;i<document.styleSheets.length;i++)
{if(document.styleSheets[i].href==window.location||!document.styleSheets[i].href)
{if(document.styleSheets[i].cssText)
{popup.document.write('<style type="text/css">@import "/printable/style.css";</style>');}
else
{popup.document.write('<style type="text/css">');popup.document.write('@import "/printable/style.css";');popup.document.write('</style>');}}
else
{popup.document.write('<link href="/printable/style.css" rel="stylesheet" type="text/css">');}}
popup.document.write('</head>');popup.document.write('<body>');popup.document.write('<div style="width:80%;margin:auto;padding:0px;"><div style="margin-left:auto;margin-right:auto;width:100%;padding:0px;"><div id="header"></div>');popup.document.write('<div id="content">'+objContent.innerHTML+'</div>');popup.document.write('<div id="footer"></div></div></div>');popup.document.write('<script type="text/javascript">window.opener.printable_version_callBack(window,\'content\',\'header\',\'footer\','+autoOpenPrintDialog+');</script>');popup.document.write('</body>');popup.document.write('</html>');return true;}
function printable_version_callBack(popupwin,nameOfDivContent,nameOfDivHeader,nameOfDivFooter,autoOpenPrintDialog)
{var header=popupwin.document.getElementById(nameOfDivHeader);header.className=classHeader;header.innerHTML=contentHeader;var footer=popupwin.document.getElementById(nameOfDivFooter);footer.className=classFooter;footer.innerHTML=contentFooter;transformExternalUrlForPrinting(popupwin,nameOfDivContent,externalLinkClassName);popupwin.focus();if(autoOpenPrintDialog)
{popupwin.print();}
else
{popupwin.alert('Appuyer sur "CTRL + P" pour ouvrir le dialogue d\'impression.');}
if(popupwin.stop){popupwin.stop();}
return true;}
function transformExternalUrlForPrinting(popupwin,nameOfDivContent,styleForExternalLink)
{var myDiv=popupwin.document.getElementById(nameOfDivContent);var urls=myDiv.getElementsByTagName('a');for(i=0;i<urls.length;i++)
{if(styleForExternalLink==null||urls[i].className==styleForExternalLink)
{urls[i].style.backgroundImage='none';urls[i].style.paddingRight='0px';if(urls[i].innerHTML.indexOf(urls[i].href)==-1&&urls[i].innerHTML.indexOf(urls[i].href.substr(0,urls[i].href.length-1))==-1)
{urls[i].innerHTML=urls[i].innerHTML+'&nbsp;(<em>'+urls[i].href+'</em>)';}}}
return;}
function showhide(obj){var el=document.getElementById(obj);if(el.className=="hide"){el.className="show";}else{el.className="hide";}}