<!--
if (top.frames.length!=0)
top.location=self.document.location;
// -->
top.window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(screen.availWidth,screen.availHeight);
}
else if (document.layers||document.getElementById) {
if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
top.window.outerHeight = screen.availHeight;
top.window.outerWidth = screen.availWidth;
}
}
function win2(fileName) {
myFloater = window.open('','myWindow','scrollbars=no,status=no,width=715,height=395')
myFloater.location.href = fileName;
}
function openWinfaq() {var n=open('http://www.cambang.com/faq.htm','new','width=620,height=595,toolbar=0,status=0,menubar=0,scrollable=1,resizable=0');
}