function winopen(quejuego){
var targeturl="http://www.flash-sports.com/rugby-flash/flash/root.swf?quejuego="+quejuego+""
newwin=window.open("","","scrollbars")
if (document.all){
newwin.moveTo(0,0)
newwin.resizeTo(screen.width,screen.height)
}
newwin.location=targeturl
}