// JavaScript Document
<!--
function Pencere_Ac(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function imgBorderChanger(imgID,color){	
	var img = document.getElementById(imgID);
	img.style.borderColor = color;
}
-->
