0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
marketting
/
themes
/
main
/
tech_blue
/
js
/
[
Home
]
File: jscript.js
$(document).ready(function(){ $("ul.sf-menu").superfish(); var profiles = { windowCenter: { height:400, width:400, center:1, scrollbars:1 } }; $(".popupwindow").popupwindow(profiles); fadeoutdiv('#successMessage'); }); function ShowText(id) { $("#jroxViewText-"+id+"").toggle(400); } function fadeoutdiv(div) { setTimeout(function(){ $(div).fadeOut('slow'); }, 2000); }; function showResponse() { $.scrollTo( '0px', 0 ); }