type="text/javascript"> function show1(){ a11.style.display = ""; a22.style.display = "none"; } function show11(){ a22.style.display = ""; a11.style.display = "none"; } > function openscript(url, width, height){ var win = window.open(url,"openscript",'width=' + width + ',height=' + height + ',top=0,left=0,resizable=0,scrollbars=yes,menubar=no' ); }
|
|
||||||||||||||||||||||||||||||||||||||||||||||||
|