// JavaScript Document

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}



function tumyorum_gonder(cmb)
{
	if (cmb.options[cmb.options.selectedIndex].value != -1)
	{
		if (cmb.options[cmb.options.selectedIndex].value == 0) {
var Yazar = cmb.name.replace('tumyorumcombo','');
		hr='/haber_detay.asp?Yazar=' + Yazar
		}else {
		hr='/haber_detay.asp?haberNo=' + cmb.options[cmb.options.selectedIndex].value
		}
		window.location = hr
		//window.open(hr,"haberpencere","width=510,height=400,resizable=no,status=no,scrollbars=yes")
		cmb.options.selectedIndex = 0
	}
}

function tumrops_gonder()
{
	if (document.tumrops.tumropscombo.options[document.tumrops.tumropscombo.options.selectedIndex].value != -1)
	{
		hr='/haber_detay.asp?haberNo=' + document.tumrops.tumropscombo.options[document.tumrops.tumropscombo.options.selectedIndex].value
		window.location=hr
		
	}
}

function openkunye(){
var popurl="tbskunye.asp"
winpops=window.open(popurl,"","width=315,height=570,scrollbars=no")
}	


function okuyucuyorumpopup() {
window.open("","okuyucuyorumpen","width=430,height=300,resizable=no,status=no,scrollbars=no,left=300,top=300")
}

function resimpopup() {
window.open("","resimpopup","width=600,height=450,resizable=yes,status=no,scrollbars=yes")
}



