﻿var myimages=new Array()
function preloadimages(){
for (i=0;i<preloadimages.arguments.length;i++){
myimages[i]=new Image()
myimages[i].src=preloadimages.arguments[i]
}
}


//Enter path of images to be preloaded inside parenthesis. Extend list as desired.
preloadimages("http://www.neuerung.co.in/images/About.png",
"http://www.neuerung.co.in/images/About1.png",
"http://www.neuerung.co.in/images/About2.png",
"http://www.neuerung.co.in/images/Android.png",
"http://www.neuerung.co.in/images/Android1.png",
"http://www.neuerung.co.in/images/blackberry.png",
"http://www.neuerung.co.in/images/blackberry1.png",
"http://www.neuerung.co.in/images/Clients.png",
"http://www.neuerung.co.in/images/Clients1.png",
"http://www.neuerung.co.in/images/Company.png",
"http://www.neuerung.co.in/images/Company1.png",
"http://www.neuerung.co.in/images/Contact.png",
"http://www.neuerung.co.in/images/Contact1.png",
"http://www.neuerung.co.in/images/home.png",
"http://www.neuerung.co.in/images/home1.png",
"http://www.neuerung.co.in/images/iphone.png",
"http://www.neuerung.co.in/images/iphone1.png",
"http://www.neuerung.co.in/images/Management.png",
"http://www.neuerung.co.in/images/Management1.png",
"http://www.neuerung.co.in/images/Methodology.png",
"http://www.neuerung.co.in/images/Methodology1.png",
"http://www.neuerung.co.in/images/Windowsmobile.png",
"http://www.neuerung.co.in/images/Windowsmobile1.png",
"http://www.neuerung.co.in/images/Web.png",
"http://www.neuerung.co.in/images/Web1.png",
"http://www.neuerung.co.in/images/Service.png",
"http://www.neuerung.co.in/images/Service1.png",
"http://www.neuerung.co.in/images/Service2.png")
