function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

var image1 = new Image();
image1.src = "images/template_06-over.png";
var image2 = new Image();
image2.src = "images/template_07-over.png";
var image3 = new Image();
image3.src = "images/template_08-over.png";
var image4 = new Image();
image4.src = "images/template_09-over.png";
var image5 = new Image();
image5.src = "images/template_10-over.png";

function roll(img_name1, img_src1, img_name2, img_src2, img_name3, img_src3,  img_name4, img_src4, img_name5, img_src5) {
	document[img_name1].src = img_src1;
	if (img_name2 != null) document[img_name2].src = img_src2;
	if (img_name3 != null) document[img_name3].src = img_src3;
	if (img_name4 != null) document[img_name4].src = img_src4;
	if (img_name5 != null) document[img_name5].src = img_src5;
}
if (typeof ddsmoothmenu!="undefined") {
	ddsmoothmenu.init({
		mainmenuid: "smoothmenu1", //menu DIV id
		orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
		classname: 'ddsmoothmenu', //class added to menu's outer DIV
		//customtheme: ["#1c5a80", "#18374a"],
		contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
	})
}
