////////////////////////////////////////////////////
//  _____  _____  _      _____  _  _____  _____   //
// /  ___//  _  \| |    |  _  \| || ____||  _  \  //
// | |___ | | | || |    | | | || || |__  | |_| |  //
// \___  \| | | || |    | | | || ||  __| |  _  /  //
//  ___| || |_| || |___ | |_| || || |___ | | \ \  //
// /_____/\_____/|_____||_____/|_||_____||_|  \_\ //
//                                                //
// 2003.11.20 (c) =(dp)= (e) dainius@pilypas.com  //
//                                                //
////////////////////////////////////////////////////

<!-- 
function blockError(){return true;}
window.onerror = blockError;
// -->

<!--
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// -->

<!--
var message="";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}

document.oncontextmenu=new Function("return false")
// -->

<!--
var popupHandle
function popup(picUrlString, windowWidth, windowHeight)
{
if(popupHandle || popupHandle!=null)
{
if (!popupHandle.closed) popupHandle.close();
}
popupHandle=null;
var x=(screen.width-windowWidth)/2
var y=(screen.height-windowHeight)/2
var featureString = "toolbar=no,scrollbars=no,resizable=no"
featureString = ',left='+x + ',top='+y
featureString += ',width='+windowWidth+',height='+windowHeight
var htmlString = "<html><head><meta http-equiv='imagetoolbar' content='no'><title>Arsenal.lt :: Armijai ir civiliams</title></head>"
htmlString += "<body marginwidth=0 marginheight=0 leftmargin=0 topmargin=0 bgcolor=\"#50603F\" text=\"#E1DA77\">"
htmlString += "<A HREF=\"javascript:window.close();\" title=\"Paspauskite bet kur, kad uždarytumėte šį langą\" >"
htmlString += "<IMG SRC=\"" + picUrlString + "\" BORDER=\"0\" WIDTH=" + windowWidth + " HEIGHT=" + windowHeight + "></A>"
htmlString += "</body></html>"

popupHandle = window.open("" ,"popup",featureString)
popupHandle = window.open("" ,"popup")
popupHandle.document.clear();
popupHandle.document.writeln(htmlString);
popupHandle.focus();
popupHandle.document.close();
return popupHandle;
}
function winclose()
{
if (window.popupHandle!=null && !window.popupHandle.closed)
{
window.popupHandle.close();
}
}
function fotoalbumas(){}
//-->

<!--
function hidestatus(){
window.status=''
return true
}
if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
document.onmouseover=hidestatus
document.onmouseout=hidestatus
//-->