
function popupReadComment(url)
{
	window.open(url,"Arkadas","left=150,top=100,toolbar=no,location=no,menubar=no,status=no,directories=no,resizable=yes,scrollbars=yes,width=650,height=550");
}

function popupWriteComment(url)
{
	window.open(url,"Arkadas","left=150,top=100,toolbar=no,location=no,menubar=no,status=no,directories=no,width=600,height=550");
}

function goToShowRoom()
{
	if (document.getElementById("drp_showrooms")!=null)
	{
		window.location.href = "enyeniler.aspx?sid=" + document.getElementById("drp_showrooms").value;
	}
	else if(this.showroomID!=null)
	{
		window.location.href = "enyeniler.aspx?sid=" + this.showroomID;
	}
}

function goToiShowRoom()
{
	if (document.getElementById("drp_showrooms")!=null)
	{
		window.location.href = "idetay.aspx?sid=" + document.getElementById("drp_showrooms").value;
	}
	else if(this.showroomID!=null)
	{
		window.location.href = "idetay.aspx?sid=" + this.showroomID;
	}
}

function goToMoviesShowRoom(drpDownMenuName,target)
{
{
	drpDownMenuName = drpDownMenuName.replace(":","_");
	
	if(target=="self")
	{
		if (document.getElementById(drpDownMenuName)!=null && document.getElementById("drp_cities")!=null)
		{
			window.location.href = "enyeniler.aspx?mmid=" + document.getElementById(drpDownMenuName).value + "&cid=" + document.getElementById("drp_cities").value;
		}
		else if(this.cityID!=null)
		{
			window.location.href = "enyeniler.aspx?mmid=" + document.getElementById(drpDownMenuName).value + "&cid=" + this.cityID;
		}
	}
	else
	{
		if (document.getElementById(drpDownMenuName)!=null && document.getElementById("drp_cities")!=null)
		{
			top.location.href = "enyeniler.aspx?mmid=" + document.getElementById(drpDownMenuName).value + "&cid=" + document.getElementById("drp_cities").value;
		}
		else
		
			alert("Önce Film Seçiniz...");
		}
	}
}

function goToiMoviesShowRoom(drpDownMenuName,target)
{
{
	drpDownMenuName = drpDownMenuName.replace(":","_");
	
	if(target=="self")
	{
		if (document.getElementById(drpDownMenuName)!=null && document.getElementById("drp_cities")!=null)
		{
			window.location.href = "idetay.aspx?mmid=" + document.getElementById(drpDownMenuName).value + "&cid=" + document.getElementById("drp_cities").value;
		}
		else if(this.cityID!=null)
		{
			window.location.href = "idetay.aspx?mmid=" + document.getElementById(drpDownMenuName).value + "&cid=" + this.cityID;
		}
	}
	else
	{
		if (document.getElementById(drpDownMenuName)!=null && document.getElementById("drp_cities")!=null)
		{
			top.location.href = "idetay.aspx?mmid=" + document.getElementById(drpDownMenuName).value + "&cid=" + document.getElementById("drp_cities").value;
		}
		else
		
			alert("Önce Film Seçiniz...");
		}
	}
}

