// acik seminer link aktif durumu 1 
// acik seminer link aktif degil durumu 0

var a=1;
if (a==1){

document.write("<area shape='rect' coords='93,85,208,123' href='done_hakkinda.html' target='_blank' alt='Done hakkinda'>")
document.write("<area shape='rect' coords='134,359,259,379' href='http://www.sudamlasi.com/' target=_top alt='Su Damlasi'>")
document.write("<area shape='rect' coords='134,129,684,500' href='javascript:acikSeminerler();'>")

} else {


document.write("<area shape='rect' coords='93,85,208,123' href='done_hakkinda.html' target='_blank' alt='Done hakkinda'>")
document.write("<area shape='rect' coords='134,359,259,379' href='http://www.sudamlasi.com/' target=_top alt='Su Damlasi'>")
document.write("<area shape='rect' coords='134,129,259,148' href='#'>")

}