
function xFrame(Menu,Text,Card,Hist) {
try {
parent.CardFrame.location.href = Card;
} catch(err){}
try {
parent.HistFrame.location.href = Hist;
} catch(err){}
try {
parent.MenuFrame.location.href = Menu;
} catch(err){}
try {
parent.TextFrame.location.href = Text;
} catch(err){}
}

function xTest() {
alert();
}
