﻿function newWindow(urlIn, widthIn, heightIn)
{
	x = new String(Math.round(Math.random() * 100));
	window.open(urlIn,"newWindow" + x , "height=" + heightIn + ",width=" + widthIn + ",scrollbars=yes,status=no,toolbar=no,menubar=no,location=yes,directories=no,personalbar=no,resizable=yes");
	return false;
}
function fiximg(img) 
{
    img.src='../Post/VehicleImages/491D7182-9AEB-499b-A550-97C8C7140404.JPG';
}
function scrollTop()
{
    window.scroll(0,0);
}
