//v1.7
// Flash Player Version Detection
// Detect Client Browser type
// Copyright 2005-2007 Adobe Systems Incorporated.  All rights reserved.
function myPopup(url,windowname,w,h,x,y){
    window.open(url,windowname,"resizable=0,toolbar=0,location=0,scrollbars=0,menubar=0,status=0,directories=0,copyhistory=0,width="+w+",height="+h+",left="+x+",top="+y+"").focus();
    }

