//General js file


//Determining the id passed to the page
if ((location.search=="") || (location.search==null)) id="0"
else{
//temp = (location.search).split("&")
//may need later!

id = (location.search).split("?id=")[1];
pagesize=2;
picno=pagesize*3;

}