// JavaScript Document
<!-- iPhone Page Auto-Hider of Address Bar -->
addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false);

function hideURLbar(){
//	document.body.style.minHeight="2000px";
	window.scrollTo(0,1);
}

function swapPhoneImage(newImage,description,nextImage){
	document.ScreenshotPreview.src=newImage;
	document.screenshot.getElementByID("screenshotLink").href='test';
/*	document.primaryPicture.width=set_width;
	document.primaryPicture.height=set_height;
	document.getElementById('primaryPictureLink').href=set_link;*/
}
function nextScreenshotImage(js_array){
	for($i=0;$i<4;i++) {
		document.write(js_array[i]);
	}
}
function testalert() {
	alert('message');
}
/*currentImage=document.ScreenshotPreview.src;
	//document.write(currentImage);
	//i=0;
	//var js_array = ['test', 'test2', 'test3'];
	
	document.write('test-'+js_array.length);
	for (i=0;i<=(js_array.length);i++) {
		document.write("The number is " + i);
		alert(js_array[i]);
		document.write(js_array[i]);
		if(currentImage==i) {
			i++;
			if(i > js_array.length) {
				i=0;
			}
			nextImage=js_array[i];
		}
	}
	document.write(nextImage);
	document.ScreenshotPreview.src=nextImage;
}
*/

