//check if subpage is loaded & redirect
function framecheck() {
	parentframe = '../index.html';
	if (parent.location.href == self.location.href) {
		window.location.replace (parentframe + '?p=' + current);
	} else {
		loadFlash();
	}
}
