<!--
if (top.frames.length != 0)
	{top.location=document.location}   
	
window.moveTo(0,0);
if (document.all) {
top.window.resizeTo(1024,768);
}
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;
}
}


//-->