/* JavaScript for Antec-Online Check_Mainframe */
/* Author: Andi Kuhn, eMail: a.kuhn@andi.com */
/* Version: 01, date: 01-09-12 */

// check if document is a frame of the Antec-frameset - if not open index.htm 
if (top.main_frame_loaded != true) top.location.href = "index.htm";
