<!-- Begin

function openPictureWindow_penc(imageName,alt) {
	newWindow = window.open("","newWindow","width=80,height=80");
	newWindow.document.open();
newWindow.document.write('<html><head><title>DERKENAR - edebiyat der, kenara not eder!</title><scri'+'pt language="javascript">function boyutlandir(penc){genislik=eval(penc.offsetWidth)+8;yukseklik=eval(penc.offsetHeight)+27;window.resizeTo(genislik,yukseklik);yenix=(screen.availWidth-genislik)/2;yeniy=(screen.availHeight-yukseklik)/2;');
	newWindow.document.write('window.moveTo(yenix,yeniy);}</scr'+'ipt></head><body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginheight=0 marginwidth=0 onresize="boyutlandir(resim)" onload="boyutlandir(resim)">');
	newWindow.document.write('<img src='+imageName+' id=resim onload="boyutlandir(resim)" alt="'+alt+'"><scr'+'ipt language="javascr'+'ipt">boyutlandir(resim);setTimeout("self.close();",50000)</scr'+'ipt>');
	newWindow.document.write('</body></html>');
	newWindow.document.close();
	newWindow.focus();

}

function openPopUp(src,w,h,name) {
			KopWin = window.open(src,name,"toolbar=0,width=" + w + ",height=" + h + ",location=0,directories=0,status=0,scrollbars=1,menubar=0,resizable=0,copyhistory=1");
			KopWin.focus();
}


function over(c) {
		c.style.background='#ffff00';
		c.style.color='#cc0000';
}
	
function out(d) {
		d.style.background='#ffffff';
		d.style.color='#333333';
}

function over2(a) {
		a.style.background='#ffff00';
}
	
function out2(b) {
		b.style.background='transparent';
}

function over3(e) {
		e.style.background='url(i/icon_nota.gif) no-repeat #ffff00';
}
	
function out3(f) {
		f.style.background='url(icon_nota.gif) no-repeat #f7f7f7';
}

function over4(c) {
		c.style.background='#ffff00';
		c.style.color='#cc0000';
}
	
function out4(d) {
		d.style.background='#ffffff';
		d.style.color='#333333';
}

// End -->
