/* author: budai@net.hr */
/* Generated by AceHTML Freeware http://freeware.acehtml.com */
/* Creation date: 8.9.2003 */






var text;
var email;
var proba=0;





function pojaviti(email) {
if(proba==1){
newWindow.close();	
proba=0;
}
if(email==1)
email="webmaster<br><a href='mailto:sasa.budai@zg.t-com.hr' style='color: white'> sasa.budai@zg.t-com.hr</a><br><br>";
if(email==2)
email="e-mail:<br><a href='mailto:www.rkczg.hr@email.t-com.hr?subject=Reformirana Kršcanska Crkva/ Reformed Christia Church in Croatia' style='color: white'>www.rkczg.hr@email.t-com.hr</a><br><br>";
if(email==3)
email="e-mail:<br><a href='mailto:www.rkczg.hr@email.t-com.hr?subject=Reformed Christia Church in Croatia' style='color: white'>www.rkczg.hr@email.t-com.hr</a><br><br>";

text =  "<html><head><title>&nbsp;&nbsp;e-mail&nbsp;</title><body bgcolor=\"#003a73\" text=\"#33ccff\">";
text += "<center>";
text += email;
text +="<button type='button' value='zatvori' onclick='window.close()' style='color: #ffffff; background-color:#003a73; border:3px #000066; border-style: outset;'>&nbsp;&nbsp;&nbsp;close&nbsp;&nbsp;&nbsp;</button>";
text += "</center></body></html>";

windowProp(text);

}
function windowProp(text) {

if(navigator.appName=="Netscape")
newWindow = window.open('','email', 'resizable=1, toolbar=0, status=0, directories=0, width=300, height=270, left=200, top=300,  screenX=200, screenY=300 ');
newWindow = window.open('','email', 'resizable=1, toolbar=0, status=0, directories=0, width=300, height=150, left=200, top=300,  screenX=200, screenY=300 ');
newWindow.document.write(text);
proba=1;
return proba;
}

function closeWin() {
newWindow.close();				
}