Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'gimmecon_admin'@'localhost' (using password: YES) in /home/gimmecon/public_html/inc/db.php on line 8

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/gimmecon/public_html/inc/db.php on line 9

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/gimmecon/public_html/inc/header.php on line 138

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/gimmecon/public_html/inc/header.php on line 345

Warning: Cannot modify header information - headers already sent by (output started at /home/gimmecon/public_html/inc/db.php:8) in /home/gimmecon/public_html/inc/jscripts.js.php on line 3
// JavaScript Document function openpop(f,n,w,h,i){ x=(screen.availWidth-w) / 2; y=((screen.availHeight-h) / 2)-10; var BEpop=window.open(f,n,'width='+w+',height='+h+','+i+',top='+y+',left='+x+',screenY='+y+',screenX='+x); if(BEpop) { BEpop.focus(); }else{ alert("Voor deze functie dient u popups toe te staan in uw browser.");} } function showMOI(msg){ if(msg==''){ FindIt("mousoverInfo").innerHTML = defaultMOI; }else{ FindIt("mousoverInfo").innerHTML = msg; } } function swapImg(obj){ if(obj){ cimg = obj.src; if(cimg.substr((cimg.length-7))=='_mo.jpg'){ nimg = cimg.substr(0,(cimg.length-7)) + '.jpg'; }else{ nimg = cimg.substr(0,(cimg.length-4)) + '_mo.jpg'; } if(nimg){ obj.src = nimg; } } } // the money function ------------------------------------------ function money(Mnum) { Mnum = Math.round(Mnum*100)/100; Mnum = ''+Mnum+''; if(Mnum == '' || Mnum == '0') { Mnum = '0,00'; }else{ Mafter = Mnum.split('.'); MCount = Mafter.length if(MCount == 2) { Mlength = Mafter[1].length; if (Mlength == 1) { Mnum = Mnum+'0'; } }else{ Mnum = Mnum+'.00'; } Mnum = Mnum.replace('.',','); } return Mnum; } // end money function ------------------------------------------ function showMimg(img){ FindIt('midImg').src='http://www.gimmeconcepts.nl/img.php?file='+img+'&type=mid'; } function showBimg(img){ img=img.replace('http://www.gimmeconcepts.nl/img.php?file=',''); img=img.replace('&type=mid',''); openpop('http://www.gimmeconcepts.nl/image_pop.html?file='+img+'&type=image','imgPop',500,400,'resizable') } function productPDF(id){ openpop('http://www.gimmeconcepts.nl/pdf.html?id='+id,'pdfpop','740','500','resizable,scrollbars') } function saveProduct(id){ if(confirm("Om deze functie te gebruiken moet u eerst ingelogd zijn.\nKlik op [OK] om nu in te loggen of te registreren.")){ window.location='http://www.gimmeconcepts.nl/mygimme/mygimme.html'; } } function productPageTip(l,q){ Tip('Loading...'); LoadScript('http://www.gimmeconcepts.nl/parts/productPageTip.php?l='+l+'&q='+q); } function productcentrePageTip(l,w){ Tip('Loading...'); LoadScript('http://www.gimmeconcepts.nl/parts/productcentrePageTip.php?l='+l+'&w='+w); } function searchPageTip(l){ Tip('Loading...'); LoadScript('http://www.gimmeconcepts.nl/parts/searchPageTip.php?l='+l); }
Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /home/gimmecon/public_html/inc/footer.php on line 1