// JavaScript Document
function OpenBigWindow(target) {
window.open(target,'top','toolbar=no,location=no,status=no,menubar=no,scrollbars=no');
}
