
/* For window Resizing */

$(document).ready(function()
{
	windowSize();
	
});
