function changeTab(b){
$(".tabs").css("display","none");
$("#tab"+b).css("display","block");
}

function loadInvFrame(){
	document.domain = 'toywiz.com';
	if(document.getElementById('invFrame').contentWindow.document.body.id == 'oos'){
		if(document.getElementById('invFrame'). contentWindow.document.body.innerHTML){
			id = document.getElementById('invFrame'). contentWindow.document.body.innerHTML;
			html = '<table class="orderBoxTable" align="top" border="0" cellpadding="0" cellspacing="0" width="243"><tbody><tr><td><img src="http://lib.store.yahoo.net/lib/dragonballzcentral/orderbox-outofstock.jpg" border="0" height="29" hspace="0" vspace="0" width="241"></td></tr><tr><td><iframe id="contactme" src="http://search.toywiz.com/inventory/contactme.php?prod_id=' + id + '" marginwidth="0" marginheight="0" frameborder="0" height="240" scrolling="no" width="100%" onload="this.select();"><table style="border: 1px solid rgb(0, 0, 0); padding: 10px; background: rgb(242, 242, 242) url(http://lib.store.yahoo.net/lib/dragonballzcentral/orderBox-BG.jpg) repeat-x scroll center bottom; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" align="top" border="0" cellpadding="0" cellspacing="0" width="241" height="180"><form method="post" action="http://search.toywiz.com/inventory/contactme.php"><input type="hidden" name="return" value="YES"><input type="hidden" name="id" value="' + id + '"><tbody><tr><td style="font-family: arial; font-style: normal; font-variant: normal; font-weight: bold; font-size: 15px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;" align="right"></td><td style="padding-left: 17px;"></td></tr><tr class="prodReviews"><td style="font-family: arial; font-style: normal; font-variant: normal; font-weight: bold; font-size: 15px; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;" align="center" colspan="2">Please contact me if<br>this item becomes available</td></tr><tr><td colspan="2" style="padding-top: 10px;" align="center"><input type="text" size="24" name="email"><br><span style="font-family: arial; font-size: 9px">E-Mail Address</span></td></tr><tr><td colspan="2" style="padding-top: 4px;" align="center"><input type="checkbox" name="opt" value="1"><span style="font-family: arial; font-size: 14px; line-height: -2;"><b>Also, please add me to your<br>email list to receive coupons!</b></span></td></tr><tr><td colspan="2" style="padding-top: 10px;" align="center"><input type="image" name="submit" value="Submit" src="http://search.toywiz.com/images/misc/button_submit.png"></td></tr></tbody></form></table></iframe></td></tr></table>';
			document.getElementById('orderbox').innerHTML = html;
			pause(100);
			document.getElementById('contactme').src = 'http://search.toywiz.com/inventory/contactme.php?prod_id=' + id;
		}
	}
}

function pause(milliseconds) {
	var dt = new Date();
	while ((new Date()) - dt <= milliseconds) { /* Do nothing */ }
}



