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: [
		//["http://i26.tinypic.com/11l7ls0.jpg", "http://en.wikipedia.org/wiki/Swimming_pool", "_new", "There's nothing like a nice swim in the Summer."],
		["images/showcase.png", "", "", "Welcome from Naing Media Creation"],
		["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.png", "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 for Health Promotion Board (HPB). I have designed based on elegant and professional typography logo inspiration."],
		["images/showcase3.png", "", "", "This project is one of web application sites. In site layout, it has been express the objective of system by using affluent and corporate imagery."],
		["images/showcase4.png", "http://www.greenandeasy.co.uk/", "_new", "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 and clear design. I am very proud of the way it turned out."],
		["images/showcase5.png", "http://www.thejoinerycompany.co.uk/", "_new", "This site is designed from their original old site design to new fresh look and professional style with new banner design. This is exquisite design for furniture and joinery."],
		["images/showcase6.png", "http://www.tpp-uk.com/", "_new", "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", "http://www.beetles-for-sale.com/", "_new", "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 one 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/showcase9.png", "http://www.learnersenglish.com.cn/en/index.html", "_new", "The project is designed from sketch to be done in nicely. From the logo to site layout, it has been applied the corporate color and structure to implement."],
		["images/showcase10.png", "", "", "This  project 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  project, I have been accomplished to design 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", "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/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)
	}
})