/*================================================================
	AOS Crew
================================================================*/
var newwindow;
function poptastic(url)
{
	newwindow=window.open(url,'name','height=360,width=360');
	if (window.focus) {newwindow.focus()}
}
