function resim_ac(isim)
{
yeni= window.open('','','location=no, toolbar=no, width=640, height=480');
resim= 'images/jpg/resimler/'+isim;
yeni.document.write("<html><head><title>SULTAN MOTEL - Photos</title></head><body topmargin=0 leftmargin=0><img src='"+[resim]+"'></body></html>");
}

function resim_ac2(isim)
{
yeni= window.open('','','location=no, toolbar=no, width=640, height=480');
resim= '../images/jpg/resimler2/'+isim;
yeni.document.write("<html><head><title>SULTAN MOTEL - Photos</title></head><body topmargin=0 leftmargin=0><img src='"+[resim]+"'></body></html>");
}

function basbas(obj, myevent)
	{
	if ( myevent == 1 ) 
	{	
		obj.style.color = '#625F5F';
	}
	if ( myevent == 0 ) 
	{	
		obj.style.color = 'gray';
	}	
}
function border(bu,his)
{
	if (his==0)
		{bu.style.borderColor="white"}
	if (his==1)
		{bu.style.borderColor="black"}
}
