


/*
	FUNCTIONS

	(c) gizmocraft, design and technology GmbH
*/



/*	frame check
*/
function framecheck(success) {
	if(success == (parent != self)) top.location.href = "/";
}



/*	refresh header
*/
function refreshHeader() {
	top.header.location.reload();
}



