    function openContactWindow(url) {
      window.open(url,'','width=550,height=280,left=600,top=200,scrollbars=1,menubar=1,resizable=1');
    }

    function openSurfersWindow(url) {
      window.open(url,'','width=450,height=750,left=600,top=100,scrollbars=1,menubar=1,resizable=1');
    }

var TechMenu = {
	"position" : { "absolute" : false, "pos" : [350, 142] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#FF7040",
		"color" : "white",
		"size"	 : [150, 20],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images/arr_down2.gif" },
		"imagesendoff" : { "src" : "images/ar.gif" }
	},
	"itemover" : { "color" : "red" },
	"items" : [ {
		"text" : "Technology",
		"menu" : {
			"items"	 : [
				{ "text" : "&nbsp;Design Automation",
				  "action" : { "url" : "Private/Scalable%20Design%20for%20Imaging.htm", "target" : "_blank", "title" : "SCI - Design Automation" }
		        },
				{ "text" : "&nbsp;Sample Systems"
					,"menu" : {
						"items"	 : [
						{ "text" : "&nbsp;SOC IP Module #1",
						  "action" : { "url" : "Private/rtlcam1.htm#1", "target" : "_blank", "title" : "SCI - SOC IP Module #1" } 
						},
						{ "text" : "&nbsp;SOC IP MOdule #2",
						  "action" : { "url" : "Private/rtlcam1.htm#2", "target" : "_blank", "title" : "SCI - SOC IP Module #2" } 
						},
						{ "text" : "&nbsp;Sensor Companion IC",
						  "action" : { "url" : "Private/rtlcam1.htm#4", "target" : "_blank", "title" : "SCI - Sensor Companion" } 
						} ]
					}
/*
*/
		        },
				{ "text" : "&nbsp;Imaging for Mobiles",
				"action" : { "url" : "Private/mobile.htm", "target" : "_blank", "title" : "SCI - Mobile Application" }
		        },
		] }
	} ]
};
var DemoMenu = {
	"position" : { "absolute" : false, "pos" : [470, 142] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#FF7040",
		"color" : "white",
		"size"	 : [80, 20],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images/arr_down2.gif" },
		"imagesendoff" : { "src" : "images/ar.gif" }
	},
	"itemover" : { "color" : "red" },
	"items" : [ {
		"text" : "Demos",
		"menu" : {
			"items"	 : [
			{ "text" : "&nbsp;Surfers",
				"action" : { "js" : "openSurfersWindow('surfersDemoSmall.html'); return false" }
		}
		] }
	} ]
};
var ShareMenu = {
	"position" : { "absolute" : false, "pos" : [570, 142] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#FF7040",
		"color" : "white",
		"size"	 : [110, 20],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images/arr_down2.gif" },
		"imagesendoff" : { "src" : "images/ar.gif" }
	},
	"itemover" : { "color" : "red" },
	"items" : [ {
		"text" : "Downloads",
		"menu" : {
			"items"	 : [ { "text" : "&nbsp;Reports"
		},
		] }
	} ]
};
var AboutMenu = {
	"position" : { "absolute" : false, "pos" : [250, 142] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#FF7040",
		"color" : "white",
		"size"	 : [90, 20],	/* length x width of menu item box */
		"imagesendon" : { "src" : "images/arr_down2.gif" },
		"imagesendoff" : { "src" : "images/ar.gif" }
	},
	"itemover" : { "color" : "red" },
	"items" : [ {
		"text" : "About SCI",
		"menu" : {
		}
	} ]
};
var ContMenu = {
	"position" : { "absolute" : false, "pos" : [680, 142] },
	"type"	 : "dropdown",		/* type of menu */
	"style"	 : {
		"css" : "test1",		/* font specifiers */
		"bgcolor" : "#FF7040",
		"color" : "white",
		"size"	 : [110, 20],	/* length x width of menu item box */
		//"imagesendon" : { "src" : "images/arr_down2.gif" },
		"imagesendoff" : { "src" : "images/ar.gif" }
	},
	"itemover" : { "color" : "red" },
	"items" : [ {
		"text" : "Contact SCI",
		"action" : { "js" : "openContactWindow('smallContactUs.html'); return false" }
	} ]
};


