// ==UserScript==
// @name www.pricewatch.com - Fix top frame size
// @author Tomcat76 
// @namespace http://userjs.org/ 
// @version 1.0.1
// @description  Fixes pricewatch.com's top frame, so it displays in
//			the correct size in Opera. This script is
//			deprecated.
// @ujs:category site: fixes
// @ujs:published 2005-05-29 01:15
// @ujs:modified 2005-10-26 23:39
// @ujs:documentation http://userjs.org/scripts/site/fixes/pricewatch-com-topframe 
// @ujs:download http://userjs.org/scripts/download/site/fixes/pricewatch-com-topframe.js 
// @exclude *
// @include http://www.pricewatch.com/
// ==/UserScript==


/* 
 * This script is granted to the Public Domain
 */

showfulltop=setInterval("if(document.getElementsByTagName('frameset')[0]){var myFSet=document.getElementsByTagName('frameset')[0];myFSet.setAttribute('rows','50,0%,*');};clearInterval(showfulltop);",25);