

function C2C_openBrWindow(theURL,winName,features) { //v1.0
window.open(theURL,winName,features, location,'toolbar=0,status=0,menubar=0, scrollbars=auto,resizeable=0,left=0,top=0');
}