function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		ajankohtaista_over = newImage("images/navigation/ajankohtaista-over.gif");
		uutiset_over = newImage("images/navigation/uutiset-over.gif");
		ohjelma_over = newImage("images/navigation/ohjelma-over.gif");
		seurakunta_over = newImage("images/navigation/seurakunta-over.gif");
		yhteystiedot_over = newImage("images/navigation/yhteystiedot-over.gif");
		preloadFlag = true;
	}
}

function getrandom(range) {
    if (Math.random)
	return Math.round(Math.random() * (range-1));
    else {
	var now = new Date();
	return (now.getTime() / 1000) % range;
    }
}

function PopupWinCal(wtarget) {
    NewWindow=window.open(wtarget,"","WIDTH=400,HEIGHT=434,status=no,scrollbars=no,resizable=no,top=50,left=150");
}

function PopupWin(wtarget) {
    NewWindow=window.open(wtarget,"","WIDTH=400,HEIGHT=300,scrollbars=no,resizable=no,top=50,left=150");
}

function PopupImageH(wtarget)  {
    NewWindow=window.open("","wtitle","WIDTH=433,HEIGHT=333,scrollbars=no,resizable=no,top=150,left=150");
    NewWindow.document.write ("<HTML><HEAD><TITLE>Hyvink&auml;&auml;n Helluntaiseurakunta</TITLE></HEAD>");
    NewWindow.document.write ("<BODY TOPMARGIN=0 LEFTMARGIN=0 SCROLL=NO BACKGROUND='images/layout/bg_side.gif'>");
    NewWindow.document.write ("<CENTER><TABLE><TR><TD>");
    NewWindow.document.write ("<IMG SRC=");
    NewWindow.document.write ('images/misc/' + wtarget + " VSPACE=9>" );		
    NewWindow.document.write ("</TD></TR></CENTER>");
    NewWindow.document.write ("</BODY>");
    NewWindow.document.write ("</HTML>");
    NewWindow.document.close();
    return false;
}

function PopupImageV(wtarget)  {
    NewWindow=window.open("","wtitle","WIDTH=433,HEIGHT=463,scrollbars=no,resizable=no,top=50,left=150");
    NewWindow.document.write ("<HTML><HEAD><TITLE>Hyvink&auml;&auml;n Helluntaiseurakunta</TITLE></HEAD>");
    NewWindow.document.write ("<BODY TOPMARGIN=0 LEFTMARGIN=0 SCROLL=NO BACKGROUND='images/layout/bg_side.gif'>");
    NewWindow.document.write ("<CENTER><TABLE><TR><TD>");
    NewWindow.document.write ("<IMG SRC=");
    NewWindow.document.write ('images/misc/' + wtarget + " VSPACE=9>" );		
    NewWindow.document.write ("</TD></TR></CENTER>");
    NewWindow.document.write ("</BODY>");
    NewWindow.document.write ("</HTML>");
    NewWindow.document.close();
    return false;
}

function print_date() {
    var d = new Date();
    document.write(d.toLocaleString());
}

function WindowClose()  {
    parent.close();
    window.close();
    self.close();
}
