function flashplay(){
/* CONFIG
xOffset = 10;
yOffset = 30;
*/
// these 2 variable determine popup's distance from the cursor
// you might want to adjust to get the right result
/* END CONFIG
this.t = this.title;
this.title = "";
var c = (this.t != "") ? "
" + this.t : "";
var asdf = this.href.substring(this.href.lastIndexOf("=")+1);
//alert(asdf);
var asdf2 = "http://shop.prinfoanderstorp.se/get_image.php?action=getmediumthumb&id=";
asdf2 += asdf;
//alert(asdf2);
*/
$("body").append("
");
$("#cover")
.css("display","none")
.css("text-align","center")
.css("background-color","#000000")
.css("z-index", "10")
.css("position", "absolute")
.css("width","100%")
.css("height","100%")
.css("left","0px")
.css("top","0px")
.css("opacity", "0.75")
.fadeIn("slow");
$("#flashheader")
.css("display","none")
.css("opacity", "1.0")
.css("color","#ffffff")
.css("cursor","pointer")
.css("margin-top","125px")
.fadeIn("slow");
$("#flashheader h1").css("opacity","1.0");
$("#flashheader").click(function(){
$("#cover").fadeOut("slow",function(){
$("#cover").remove();
})
});
$("#flashmovie")
.css("display","none")
.css("margin-top","20px")
.fadeIn("slow");
$('#flashmovie').flash({
src: 'flash/presslinje3-630.swf',
width: 512,
height: 288
});
};
function bildspel(){
/* CONFIG
xOffset = 10;
yOffset = 30;
*/
// these 2 variable determine popup's distance from the cursor
// you might want to adjust to get the right result
/* END CONFIG
this.t = this.title;
this.title = "";
var c = (this.t != "") ? "
" + this.t : "";
var asdf = this.href.substring(this.href.lastIndexOf("=")+1);
//alert(asdf);
var asdf2 = "http://shop.prinfoanderstorp.se/get_image.php?action=getmediumthumb&id=";
asdf2 += asdf;
//alert(asdf2);
*/
$("body").append("");
$("#cover")
.css("display","none")
.css("text-align","center")
.css("background-color","#000000")
.css("z-index", "10")
.css("position", "absolute")
.css("width","100%")
.css("height","100%")
.css("left","0px")
.css("top","0px")
.css("opacity", "0.75")
.fadeIn("slow");
$("#flashheader")
.css("display","none")
.css("opacity", "1.0")
.css("color","#ffffff")
.css("cursor","pointer")
.css("margin-top","0px")
.fadeIn("slow");
$("#flashheader h1").css("opacity","1.0");
$("#flashheader").click(function(){
$("#cover").fadeOut("slow",function(){
$("#cover").remove();
})
});
$("#flashmovie")
.css("display","none")
.css("margin-top","20px")
.fadeIn("slow");
$('#flashmovie').flash({
src: 'bildspel/bildspel2.swf',
width: 800,
height: 600
});
};
// starting the script on page load
$(document).ready(function(){
//imagePreview();
});