function storepopup(url,name) {

	var features = 'width=697,height=388,scrollbars=no';
	window.open(url,name,features);
}

function slowLoadgifs() {
	document.getElementById("topleft").src='/store/img/topleft-animated.gif';
	document.getElementById("lines").src='/store/img/lines-animated.gif';
}
