/*--------------------
window control
--------------------*/

$(document).ready(function(){
	//window.resizeTo(950,700);
	window.focus();
});
