﻿function myInit()
{
	shownow();//Start Slideshow
 	//document.onmousedown=startDrag;
 	//document.onmouseup=stopDrag;
}

window.onload=myInit;


