var mygallery=new simpleGallery({
	wrapperid: "simplegallery1", //ID of main gallery container,
	dimensions: [576, 354], //width/height of gallery in pixels. Should reflect dimensions of the images exactly
	imagearray: [
		
		
		["images/showcase.png", "", "", "Welcome from Naing Media Creation"],
		["images/xmas2010.jpg", "", "", "wish you simply merry christmas & happy new year 2011"],
		["images/showcase21.png", "", "", "Vintage logo design."],
		["images/showcase20.png", "", "", "Wallpaper design in Piramide 3D "],
		["images/showcase19.png", "", "", "Art work of Naing Media Creation, short form NMC. "],
		["images/showcase18.png", "", "", "This is designing my name in typography."],
		["images/showcase17.png", "", "", "This is new logo design of Naing Media Creation via Adobe Photoshop CS5 &amp; Helvetica CE 35 Thin font."],
		["images/showcase14.png", "", "", "m@market is a mobile only classifieds services community in the cloud. The logo is inspired from combining of tiny clouds into big one. You can find it out in Apple app store."],
		
		["images/showcase1.jpg", "http://www.elipva.com/", "_new", "Elipva Ltd is a leading enterprise solutions specialist. This project is enlightened me to cultivate the finest and attractive represent of website design in clean and crispy look."],
		["images/showcase15.png", "", "", "Lmobility Solutions is an industry first Mobile Cloud Service Provider. This logo creation is pretty challenging about color blending and lighting effect. "],
		["images/showcase2.png", "http://www.lmobility.com/", "_new", "Lmobility Solutions is an industry first Mobile Cloud Service Provider. This was a very interesting project for me as it allowed me to learn a lot about inspiring designing for the cloud services respectively."],
		["images/showcase16.png", "", "", "This logo creation is Portion Size Tool System for Health Promotion Board (HPB), Singapore. It has been designed based on elegant and professional typography logo inspiration."],
		["images/showcase3.png", "http://post.hpb.gov.sg/", "_new", "This project is one of Singapore Government's online web application sites. In site layout, it has been fabricated the objective of system by using affluent and corporate imagery."],
		["images/showcase4.png", "", "", "Green & Easy is a online shopping website for the environmentally friendly products. I and professional programmers of Nan Jing SDT developed a fully functional website that includes a fully hand coded program structure &amp; clear design. I am very proud of the way it turned out."],
		["images/showcase6.png", "", "", "TPP is dedicated to providing innovative software solutions to the UK healthcare industry. This project was one of professional design and elegant structure projects. The site was basically implemented the drop down navigation system by using JavaScript."],
		["images/showcase7.png", "", "", "This web site design is particularly construction for unique layout with 2D banner embosses design. If you interested in collection beetle or insect, check this site out! "],
		["images/showcase8.png", "http://www.mydimymy.cn/", "_new", "This mock up is only online portal shop design I have ever been  designed. Using the exotic and stylish banner is not only tasteful design, also  to corporate in the meaning and ideal of company&rsquo;s aim."],
		["images/showcase22.jpg", "http://www.lanxoma.com/", "_new", "Lanxoma is revamped from boring & oldy design to clean & simple layout via html & CSS, robust banner flash design.  "],
		["images/showcase9.png", "http://www.learnersenglish.com.cn/en/index.html", "_new", "Learners English is the online site for learning English for Chinese students. It is designed from sketch to be done in nicely. From the logo to site layout, it has been applied the Eastern vibrant color and structure to implement."],
		["images/showcase10.png", "", "", "This  mini site is approved the skill of typography as well as clear appearance in  order to catch the useful information with easy navigation structure. "],
		["images/showcase11.png", "", "", "In this design, I have been accomplished to lay out with breath taking look and feel. As  results of professional look, it approves the content by way of smart  arrangements."],
		["images/showcase12.png", "http://www.propertyinvestpanama.com/", "_new", "This is online property agent website in Panama. In this project, I have been coping for design and arrangement for search results layout. As a result of requirements, the flash map is developed for easy search directory for real estate respectively."],
		
		["images/showcase5.png", "", "", "This mock up is new fresh look and professional style of exquisite design for furniture and joinery."],
		["images/showcase13.png", "http://www.backboneitgroup.com/", "_new", "Backbone IT Group is the first and ever company I have worked, as well as the company let me make my dream come true. As beginer to professional, I have learnt alot of web design and SEO experience from this company. I really appreciate Richard &amp; Andrew for support and trust in my creation of every design works. "]
		
		
	],
	autoplay: [true, 4500, 2], //[auto_play_boolean, delay_btw_slide_millisec, cycles_before_stopping_int]
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	oninit:function(){ //event that fires when gallery has initialized/ ready to run
		//Keyword "this": references current gallery instance (ie: try this.navigate("play/pause"))
	},
	onslide:function(curslide, i){ //event that fires after each slide is shown
		//Keyword "this": references current gallery instance
		//curslide: returns DOM reference to current slide's DIV (ie: try alert(curslide.innerHTML)
		//i: integer reflecting current image within collection being shown (0=1st image, 1=2nd etc)
	}
})
