function fnToggle() {

    oTransContainer.filters[0].Apply();
//    alert("now="+bTranState);
    if (bTranState == 5 ) {
//		alert("make visible ="+("oDIV"+(bTranState-4)));
		document.all["oDIV"+(bTranState-4)].style.visibility="visible"; 
//		alert("make hidden ="+("oDIV"+bTranState));
		document.all["oDIV"+(bTranState)].style.visibility="hidden";
		bTranState = 1;
	} else if (bTranState == 11 ) {
//		alert("make visible ="+(bTranState-9));
		document.all["oDIV"+(bTranState-9)].style.visibility="visible"; 
//		alert("make hidden ="+(bTranState-10));
		document.all["oDIV"+(bTranState-10)].style.visibility="hidden";
		bTranState=2;
	} else {
//		alert("make visible ="+(bTranState+1));
		document.all["oDIV"+(bTranState+1)].style.visibility="visible"; 
//		alert("make hidden ="+(bTranState));
		document.all["oDIV"+(bTranState)].style.visibility="hidden";
		bTranState = bTranState + 1;
//		alert("next="+bTranState);			
	}

   	oTransContainer.filters[0].Play();
	    
}

if (IE5 || IE4){
	document.writeln("<DIV ID=\"oTransContainer\" STYLE=\"position:relative; width: 153; height:248; filter:progid:DXImageTransform.Microsoft.Fade(duration=3,overlap=1) \">");
	    document.writeln("<DIV ID=\"oDIV1\" STYLE=\"position:absolute; top:0px; left:0px; width:153px; height:248px; \"> ");
	    document.writeln("<IMG SRC=\"images/home1.jpg\" width=\"153\" height=\"248\" border=\"0\" STYLE=\"position:relative\" alt=\"Bryn Afon Garden Flowers\">");
	    document.writeln("</DIV>");
	    document.writeln("<DIV ID=\"oDIV2\" STYLE=\"visibility:hidden; position:absolute; top:0px; left:0px; width:153px; height:248px;  \"> ");
	    document.writeln("<IMG SRC=\"images/home2.jpg\" width=\"153\" height=\"248\" border=\"0\" STYLE=\"position:relative\" alt=\"Bryn Afon B&B Bedroom\">");
	    document.writeln("</DIV>");
	    document.writeln("<DIV ID=\"oDIV3\" STYLE=\"visibility:hidden; position:absolute; top:0px; left:0px; width:153px; height:248px;  \"> ");
	    document.writeln("<IMG SRC=\"images/home3.jpg\" width=\"153\" height=\"248\" border=\"0\" STYLE=\"position:relative\" alt=\"Bryn Afon Guest Lounge\">");
	    document.writeln("</DIV> ");
	    document.writeln("<DIV ID=\"oDIV4\" STYLE=\"visibility:hidden; position:absolute; top:0px; left:0px; width:153px; height:248px;  \"> ");
	    document.writeln("<IMG SRC=\"images/home4.jpg\" width=\"153\" height=\"248\" border=\"0\" STYLE=\"position:relative\" alt=\"Bryn Afon B&B Bedroom 6 en-suite\">");
	    document.writeln("</DIV>          ");
	    document.writeln("<DIV ID=\"oDIV5\" STYLE=\"visibility:hidden; position:absolute; top:0px; left:0px; width:153px; height:248px;  \"> ");
	    document.writeln("<IMG SRC=\"images/home5.jpg\" width=\"153\" height=\"248\" border=\"0\" STYLE=\"position:relative\" alt=\"Bryn Afon B&B Bedroom 6 en-suite\">");
	    document.writeln("</DIV>     ");
	document.writeln("</DIV>");
	var bTranState = 11;
	
	window.setInterval("fnToggle();",7000); 
	 
} else {
	document.writeln("<DIV id=\"nndiv\" STYLE=\"position:relative; width: 153; height:248; \">");
	document.writeln("<IMG name=\"NNimg\" SRC=\"images/home2.jpg\" width=\"153\" height=\"248\" border=\"0\" STYLE=\"position:relative;\" alt=\"\"><br>");
	document.writeln("</DIV>");	
}